pub type alljoyn_authlistener_securityviolation_ptr = Option<unsafe extern "system" fn(context: *const c_void, status: QStatus, msg: alljoyn_message)>;

Aliased Type§

enum alljoyn_authlistener_securityviolation_ptr {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: QStatus, _: alljoyn_message)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: QStatus, _: alljoyn_message))

Some value of type T.