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