pub unsafe extern "C-unwind" fn AEResolve(
object_specifier: *const AEDesc,
callback_flags: c_short,
the_token: *mut AEDesc,
) -> i16Available on crate features
AEDataModel and AEObjects only.Expand description
ยงSafety
object_specifiermust be a valid pointer.the_tokenmust be a valid pointer.