pub unsafe extern "C-unwind" fn AEGetNthPtr(
the_ae_desc_list: *const AEDescList,
index: c_long,
desired_type: DescType,
the_ae_keyword: *mut AEKeyword,
type_code: *mut DescType,
data_ptr: *mut c_void,
maximum_size: c_long,
actual_size: *mut c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_ae_desc_listmust be a valid pointer.the_ae_keywordmust be a valid pointer.type_codemust be a valid pointer.data_ptrmust be a valid pointer.actual_sizemust be a valid pointer.