Type Alias mariadb_sys::FLUSH_KEY_BLOCKS
source · pub type FLUSH_KEY_BLOCKS = Option<unsafe extern "C" fn(keycache_cb: *mut c_void, file: c_int, file_extra: *mut c_void, type_: Type) -> c_int>;
Aliased Type§
enum FLUSH_KEY_BLOCKS {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: *mut c_void, _: u32) -> i32),
}