[][src]Function safe_authenticator_ffi::ffi::create_client_with_acc

#[no_mangle]pub unsafe extern "C" fn create_client_with_acc(
    account_locator: *const c_char,
    account_password: *const c_char,
    user_data: *mut c_void,
    _o_disconnect_notifier_cb: extern "C" fn(user_data: *mut c_void),
    o_cb: extern "C" fn(user_data: *mut c_void, result: *const FfiResult, authenticator: *mut Authenticator)
)

Create a registered client. This or any one of the other companion functions to get an authenticator instance must be called before initiating any operation allowed by this module. The user_data parameter corresponds to the first parameter of the o_cb and o_disconnect_notifier_cb callbacks.