pub type solCache_eventCallbackFunc_t = Option<unsafe extern "C" fn(opaqueSession_p: solClient_opaqueSession_pt, eventInfo_p: solCache_eventCallbackInfo_pt, user_p: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.