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