Function windows::Win32::Storage::FileSystem::GetVolumeInformationW

pub unsafe fn GetVolumeInformationW<P0>(
    lprootpathname: P0,
    lpvolumenamebuffer: Option<&mut [u16]>,
    lpvolumeserialnumber: Option<*mut u32>,
    lpmaximumcomponentlength: Option<*mut u32>,
    lpfilesystemflags: Option<*mut u32>,
    lpfilesystemnamebuffer: Option<&mut [u16]>,
) -> Result<()>
where P0: Param<PCWSTR>,