pub unsafe extern "C-unwind" fn AEGetArray(
the_ae_desc_list: *const AEDescList,
array_type: AEArrayType,
array_ptr: AEArrayDataPointer,
maximum_size: c_long,
item_type: *mut DescType,
item_size: *mut c_long,
item_count: *mut c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_ae_desc_listmust be a valid pointer.array_ptrmust be a valid pointer.item_typemust be a valid pointer.item_sizemust be a valid pointer.item_countmust be a valid pointer.