pub unsafe fn PathCreateFromUrlA<P0>( pszurl: P0, pszpath: PSTR, pcchpath: *mut u32, dwflags: u32, ) -> Result<()>where P0: Param<PCSTR>,