pub type alljoyn_authlistener_verifycredentials_ptr = Option<unsafe extern "system" fn(context: *const c_void, authmechanism: PCSTR, peername: PCSTR, credentials: alljoyn_credentials) -> i32>;

Aliased Type§

enum alljoyn_authlistener_verifycredentials_ptr {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: PCSTR, _: alljoyn_credentials) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: PCSTR, _: PCSTR, _: alljoyn_credentials) -> i32)

Some value of type T.