ODRecordSetValue

Function ODRecordSetValue 

Source
pub unsafe extern "C-unwind" fn ODRecordSetValue(
    record: &ODRecordRef,
    attribute: Option<&ODAttributeType>,
    value_or_values: Option<&CFType>,
    error: *mut *mut CFError,
) -> bool
👎Deprecated: renamed to ODRecordRef::set_value
Available on crate features CFODRecord and CFOpenDirectoryConstants and objc2-core-foundation only.