pub unsafe extern "C-unwind" fn AECoercePtr(
type_code: DescType,
data_ptr: *const c_void,
data_size: c_long,
to_type: DescType,
result: *mut AEDesc,
) -> i16Available on crate feature
AEDataModel only.Expand description
The following calls provide for a coercion interface.
ยงSafety
data_ptrmust be a valid pointer.resultmust be a valid pointer.