Function windows::Win32::System::Com::CoRegisterChannelHook
pub unsafe fn CoRegisterChannelHook<P0>(
extensionuuid: *const GUID,
pchannelhook: P0,
) -> Result<()>where
P0: Param<IChannelHook>,