AEPutDesc

Function AEPutDesc 

Source
pub unsafe extern "C-unwind" fn AEPutDesc(
    the_ae_desc_list: *mut AEDescList,
    index: c_long,
    the_ae_desc: *const AEDesc,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

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