pub unsafe extern "C-unwind" fn ODQueryCreateWithNode(
allocator: Option<&CFAllocator>,
node: Option<&ODNodeRef>,
record_type_or_list: Option<&CFType>,
attribute: Option<&ODAttributeType>,
match_type: ODMatchType,
query_value_or_list: Option<&CFType>,
return_attribute_or_list: Option<&CFType>,
max_results: CFIndex,
error: *mut *mut CFError,
) -> Option<CFRetained<ODQueryRef>>👎Deprecated: renamed to
ODQueryRef::with_nodeAvailable on crate features
CFODQuery and CFOpenDirectoryConstants and objc2-core-foundation only.