AEResolve

Function AEResolve 

Source
pub unsafe extern "C-unwind" fn AEResolve(
    object_specifier: *const AEDesc,
    callback_flags: c_short,
    the_token: *mut AEDesc,
) -> i16
Available on crate features AEDataModel and AEObjects only.
Expand description

ยงSafety

  • object_specifier must be a valid pointer.
  • the_token must be a valid pointer.