Function windows::Win32::System::Com::CallObj::CoGetInterceptor

pub unsafe fn CoGetInterceptor<P0>(
    iidintercepted: *const GUID,
    punkouter: P0,
    iid: *const GUID,
    ppv: *mut *mut c_void
) -> Result<()>
where P0: Param<IUnknown>,