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