AEGetNthDesc

Function AEGetNthDesc 

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

ยงSafety

  • the_ae_desc_list must be a valid pointer.
  • the_ae_keyword must be a valid pointer.
  • result must be a valid pointer.