pub unsafe extern "C-unwind" fn AECountItems(
the_ae_desc_list: *const AEDescList,
the_count: *mut c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_ae_desc_listmust be a valid pointer.the_countmust be a valid pointer.