pub unsafe extern "C-unwind" fn AERemoveEventHandler(
the_ae_event_class: AEEventClass,
the_ae_event_id: AEEventID,
handler: AEEventHandlerUPP,
is_sys_handler: bool,
) -> i16Available on crate features
AEDataModel and AppleEvents only.Expand description
ยงSafety
handler must be implemented correctly.