ODRecordVerifyPasswordExtended

Function ODRecordVerifyPasswordExtended 

Source
pub unsafe extern "C-unwind" fn ODRecordVerifyPasswordExtended(
    record: &ODRecordRef,
    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 ODRecordRef::verify_password_extended
Available on crate features CFODRecord and CFOpenDirectoryConstants and objc2-core-foundation only.