pub unsafe extern "C-unwind" fn AEGetParamPtr(
the_apple_event: *const AppleEvent,
the_ae_keyword: AEKeyword,
desired_type: DescType,
actual_type: *mut DescType,
data_ptr: *mut c_void,
maximum_size: c_long,
actual_size: *mut c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_apple_eventmust be a valid pointer.actual_typemust be a valid pointer.data_ptrmust be a valid pointer.actual_sizemust be a valid pointer.