pub unsafe extern "C-unwind" fn CGEventTapCreate(
tap: CGEventTapLocation,
place: CGEventTapPlacement,
options: CGEventTapOptions,
events_of_interest: CGEventMask,
callback: CGEventTapCallBack,
user_info: *mut c_void,
) -> Option<CFRetained<CFMachPort>>👎Deprecated: renamed to
CGEvent::tap_createAvailable on crate features
CGEvent and CGEventTypes only.