pub type alljoyn_authlistener_verifycredentialsasync_ptr = Option<unsafe extern "system" fn(context: *const c_void, listener: alljoyn_authlistener, authmechanism: PCSTR, peername: PCSTR, credentials: alljoyn_credentials, authcontext: *mut c_void) -> QStatus>;

Aliased Type§

enum alljoyn_authlistener_verifycredentialsasync_ptr {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: isize, _: *const u8, _: *const u8, _: isize, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: isize, _: *const u8, _: *const u8, _: isize, _: *mut c_void) -> i32)

Some value of type T.