Function windows::Win32::System::Com::Urlmon::MkParseDisplayNameEx

pub unsafe fn MkParseDisplayNameEx<P0, P1>(
    pbc: P0,
    szdisplayname: P1,
    pcheaten: *mut u32,
    ppmk: *mut Option<IMoniker>,
) -> Result<()>
where P0: Param<IBindCtx>, P1: Param<PCWSTR>,