pub unsafe extern "C-unwind" fn AECoerceDesc(
the_ae_desc: *const AEDesc,
to_type: DescType,
result: *mut AEDesc,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_ae_descmust be a valid pointer.resultmust be a valid pointer.