pub unsafe extern "C-unwind" fn AESendMessage(
event: *const AppleEvent,
reply: *mut AppleEvent,
send_mode: AESendMode,
time_out_in_ticks: c_long,
) -> i32Available on crate features
AEDataModel and AEMach only.Expand description
ยงSafety
eventmust be a valid pointer.replymust be a valid pointer.