Type Alias j9_sys::jq_msg_cb

source ·
pub type jq_msg_cb = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: jv)>;

Aliased Type§

enum jq_msg_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: jv)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: jv))

Some value of type T.