pub unsafe extern "C-unwind" fn AEGetSpecialHandler(
function_class: AEKeyword,
handler: *mut AEEventHandlerUPP,
is_sys_handler: bool,
) -> i16Available on crate features
AEDataModel and AppleEvents only.Expand description
ยงSafety
handler must be a valid pointer.