pub unsafe extern "C-unwind" fn AEGetCoercionHandler(
from_type: DescType,
to_type: DescType,
handler: *mut AECoercionHandlerUPP,
handler_refcon: *mut *mut c_void,
from_type_is_desc: *mut u8,
is_sys_handler: bool,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
handlermust be a valid pointer.handler_refconmust be a valid pointer.from_type_is_descmust be a valid pointer.