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
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’