Function ODNodeSetCredentialsExtended

Source
pub unsafe extern "C-unwind" fn ODNodeSetCredentialsExtended(
    node: &ODNodeRef,
    record_type: Option<&ODRecordType>,
    auth_type: Option<&ODAuthenticationType>,
    auth_items: Option<&CFArray>,
    out_auth_items: *mut *const CFArray,
    out_context: *mut *const ODContextRef,
    error: *mut *mut CFError,
) -> bool
👎Deprecated: renamed to ODNodeRef::set_credentials_extended
Available on crate features CFODNode and CFOpenDirectory and CFOpenDirectoryConstants and objc2-core-foundation only.