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