Function windows::Win32::Storage::FileSystem::GetVolumePathNameW
pub unsafe fn GetVolumePathNameW<P0>(
lpszfilename: P0,
lpszvolumepathname: &mut [u16],
) -> Result<()>where
P0: Param<PCWSTR>,