pub unsafe fn CoRegisterChannelHook<P0>(
    extensionuuid: *const GUID,
    pchannelhook: P0
) -> Result<()>
where P0: IntoParam<IChannelHook>,