pub extern "C-unwind" fn CGEventCreateMouseEvent(
source: Option<&CGEventSource>,
mouse_type: CGEventType,
mouse_cursor_position: CGPoint,
mouse_button: CGMouseButton,
) -> Option<CFRetained<CGEvent>>👎Deprecated: renamed to
CGEvent::new_mouse_eventAvailable on crate features
CGEvent and CGEventTypes only.