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