AEPutArray

Function AEPutArray 

Source
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,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_ae_desc_list must be a valid pointer.
  • array_ptr must be a valid pointer.