pub unsafe extern "C-unwind" fn ODNodeCreateRecord(
node: &ODNodeRef,
record_type: Option<&ODRecordType>,
record_name: Option<&CFString>,
attribute_dict: Option<&CFDictionary>,
error: *mut *mut CFError,
) -> Option<CFRetained<ODRecordRef>>👎Deprecated: renamed to
ODNodeRef::create_recordAvailable on crate features
CFODNode and CFOpenDirectoryConstants and objc2-core-foundation only.