pub unsafe extern "C-unwind" fn SecKeychainAddCallback(
callback_function: SecKeychainCallback,
event_mask: SecKeychainEventMask,
user_context: *mut c_void,
) -> i32👎Deprecated:
renamed to SecKeychain::add_callback
Available on crate features
libc and SecBase and SecKeychain only.