pub unsafe fn HlinkOnRenameDocument<P0, P1, P2>(
    dwreserved: u32,
    pihlbc: P0,
    pimkold: P1,
    pimknew: P2
) -> Result<()>
where P0: IntoParam<IHlinkBrowseContext>, P1: IntoParam<IMoniker>, P2: IntoParam<IMoniker>,