Type Alias mariadb_sys::stat_print_fn
source · pub type stat_print_fn = Option<unsafe extern "C" fn(thd: *mut THD, type_: *const c_char, type_len: usize, file: *const c_char, file_len: usize, status: *const c_char, status_len: usize) -> bool>;
Aliased Type§
enum stat_print_fn {
None,
Some(unsafe extern "C" fn(_: *mut THD, _: *const i8, _: usize, _: *const i8, _: usize, _: *const i8, _: usize) -> bool),
}