Function windows_sys::Win32::Storage::FileSystem::GetVolumeInformationA

pub unsafe extern "system" fn GetVolumeInformationA(
    lprootpathname: PCSTR,
    lpvolumenamebuffer: PSTR,
    nvolumenamesize: u32,
    lpvolumeserialnumber: *mut u32,
    lpmaximumcomponentlength: *mut u32,
    lpfilesystemflags: *mut u32,
    lpfilesystemnamebuffer: PSTR,
    nfilesystemnamesize: u32,
) -> BOOL