Type Definition mmtkvdb::lmdb::MDB_assert_func

source · []
pub type MDB_assert_func = Option<unsafe extern "C" fn(env: *mut MDB_env, msg: *const c_char)>;