AEPutPtr

Function AEPutPtr 

Source
pub unsafe extern "C-unwind" fn AEPutPtr(
    the_ae_desc_list: *mut AEDescList,
    index: c_long,
    type_code: DescType,
    data_ptr: *const c_void,
    data_size: c_long,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

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