pub unsafe fn HlinkParseDisplayName<P0, P1, P2>(
    pibc: P0,
    pwzdisplayname: P1,
    fnoforceabs: P2,
    pccheaten: *mut u32,
    ppimk: *mut Option<IMoniker>
) -> Result<()>
where P0: IntoParam<IBindCtx>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,