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