ODNodeCopyRecord

Function ODNodeCopyRecord 

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