pub unsafe fn CreateIUriBuilder<P0>(
    piuri: P0,
    dwflags: u32,
    dwreserved: usize
) -> Result<IUriBuilder>
where P0: IntoParam<IUri>,