pub unsafe extern "C-unwind" fn InvokeOSLGetErrDescUPP(
app_desc_ptr: *mut *mut AEDesc,
user_upp: OSLGetErrDescUPP,
) -> i16Available on crate features
AEDataModel and AEObjects only.Expand description
ยงSafety
app_desc_ptrmust be a valid pointer.user_uppmust be implemented correctly.