pub unsafe fn GetVolumeInformationW<'a>(
lprootpathname: impl IntoParam<'a, PWSTR>,
lpvolumenamebuffer: PWSTR,
nvolumenamesize: u32,
lpvolumeserialnumber: *mut u32,
lpmaximumcomponentlength: *mut u32,
lpfilesystemflags: *mut u32,
lpfilesystemnamebuffer: PWSTR,
nfilesystemnamesize: u32,
) -> BOOL