pub unsafe extern "C-unwind" fn AEGetDescData(
the_ae_desc: *const AEDesc,
data_ptr: *mut c_void,
maximum_size: c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
The following calls are necessary to deal with opaque data in AEDescs, because the traditional way of dealing with a basic AEDesc has been to dereference the dataHandle directly. This is not supported under Carbon.
ยงSafety
the_ae_descmust be a valid pointer.data_ptrmust be a valid pointer.