Function windows::Win32::UI::Shell::HlinkParseDisplayName

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