pub unsafe fn CreateUriWithFragment<P0, P1>( pwzuri: P0, pwzfragment: P1, dwflags: u32, dwreserved: Option<usize>, ) -> Result<IUri>where P0: Param<PCWSTR>, P1: Param<PCWSTR>,