pub unsafe extern "C-unwind" fn AEGetParamDesc(
the_apple_event: *const AppleEvent,
the_ae_keyword: AEKeyword,
desired_type: DescType,
result: *mut AEDesc,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_apple_eventmust be a valid pointer.resultmust be a valid pointer.