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