Type Alias mariadb_sys::GET_KEY_CACHE_STATISTICS
source · 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)),
}