pub unsafe fn GetVolumePathNameA<P0>( lpszfilename: P0, lpszvolumepathname: &mut [u8], ) -> Result<()>where P0: Param<PCSTR>,