Function windows::Win32::System::Com::Marshal::CoGetStandardMarshal

pub unsafe fn CoGetStandardMarshal<P0>(
    riid: *const GUID,
    punk: P0,
    dwdestcontext: u32,
    pvdestcontext: Option<*const c_void>,
    mshlflags: u32,
) -> Result<IMarshal>
where P0: Param<IUnknown>,