SecKeychainAddCallback

Function SecKeychainAddCallback 

Source
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 SecBase and SecKeychain and libc only.