Type Alias mariadb_sys::END_KEY_CACHE

source ·
pub type END_KEY_CACHE = Option<unsafe extern "C" fn(keycache_cb: *mut c_void, cleanup: my_bool)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.