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,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_ae_desc_listmust be a valid pointer.the_ae_keywordmust be a valid pointer.resultmust be a valid pointer.