pub unsafe extern "C-unwind" fn AEInstallObjectAccessor(
desired_class: DescType,
container_type: DescType,
the_accessor: OSLAccessorUPP,
accessor_refcon: *mut c_void,
is_sys_handler: bool,
) -> i16Available on crate features
AEDataModel and AEObjects only.Expand description
ยงSafety
the_accessormust be implemented correctly.accessor_refconmust be a valid pointer.