pub unsafe extern "C-unwind" fn AESizeOfParam(
the_apple_event: *const AppleEvent,
the_ae_keyword: AEKeyword,
type_code: *mut DescType,
data_size: *mut c_long,
) -> i16Available on crate feature
AEDataModel only.Expand description
ยงSafety
the_apple_eventmust be a valid pointer.type_codemust be a valid pointer.data_sizemust be a valid pointer.