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