pub unsafe extern "C-unwind" fn CreateLogicalDescriptor(
the_logical_terms: *mut AEDescList,
the_logic_operator: DescType,
dispose_inputs: bool,
the_descriptor: *mut AEDesc,
) -> i16Available on crate features
AEDataModel and AEPackObject only.Expand description
ยงSafety
the_logical_termsmust be a valid pointer.the_descriptormust be a valid pointer.