Type Alias mariadb_sys::my_hash_get_key
source · pub type my_hash_get_key = Option<unsafe extern "C" fn(arg1: *const uchar, arg2: *mut usize, arg3: my_bool) -> *mut uchar>;
Aliased Type§
enum my_hash_get_key {
None,
Some(unsafe extern "C" fn(_: *const u8, _: *mut usize, _: i8) -> *mut u8),
}