Function windows_sys::Win32::Storage::FileSystem::GetVolumeInformationW

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