pub unsafe extern "C-unwind" fn InvokeAEEventHandlerUPP(
the_apple_event: *const AppleEvent,
reply: *mut AppleEvent,
handler_refcon: *mut c_void,
user_upp: AEEventHandlerUPP,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_apple_eventmust be a valid pointer.replymust be a valid pointer.handler_refconmust be a valid pointer.user_uppmust be implemented correctly.