Function windows::Win32::System::Com::MonikerRelativePathTo

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