AECoercePtr

Function AECoercePtr 

Source
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,
) -> i16
Available on crate feature AEDataModel only.
Expand description

The following calls provide for a coercion interface.


ยงSafety

  • data_ptr must be a valid pointer.
  • result must be a valid pointer.