pub unsafe fn MonikerRelativePathTo<P0, P1, P2>(
    pmksrc: P0,
    pmkdest: P1,
    ppmkrelpath: *mut Option<IMoniker>,
    dwreserved: P2
) -> Result<()>
where P0: IntoParam<IMoniker>, P1: IntoParam<IMoniker>, P2: IntoParam<BOOL>,