pub unsafe extern "C-unwind" fn AEPutArray(
the_ae_desc_list: *mut AEDescList,
array_type: AEArrayType,
array_ptr: *const AEArrayData,
item_type: DescType,
item_size: c_long,
item_count: 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.