AEGetNthPtr

Function AEGetNthPtr 

Source
pub unsafe extern "C-unwind" fn AEGetNthPtr(
    the_ae_desc_list: *const AEDescList,
    index: c_long,
    desired_type: DescType,
    the_ae_keyword: *mut AEKeyword,
    type_code: *mut DescType,
    data_ptr: *mut c_void,
    maximum_size: c_long,
    actual_size: *mut c_long,
) -> 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.
  • type_code must be a valid pointer.
  • data_ptr must be a valid pointer.
  • actual_size must be a valid pointer.