Type Definition mmtkvdb::lmdb::MDB_msg_func

source · []
pub type MDB_msg_func = Option<unsafe extern "C" fn(msg: *const c_char, ctx: *mut c_void) -> c_int>;