AECountItems

Function AECountItems 

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

ยงSafety

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