AEPutAttributePtr

Function AEPutAttributePtr 

Source
pub unsafe extern "C-unwind" fn AEPutAttributePtr(
    the_apple_event: *mut AppleEvent,
    the_ae_keyword: AEKeyword,
    type_code: DescType,
    data_ptr: *const c_void,
    data_size: c_long,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

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