pub type GET_KEY_CACHE_STATISTICS = Option<unsafe extern "C" fn(keycache_cb: *mut c_void, partition_no: uint, key_cache_stats: *mut KEY_CACHE_STATISTICS)>;

Aliased Type§

enum GET_KEY_CACHE_STATISTICS {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: u32, _: *mut st_key_cache_statistics)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.