pub unsafe extern "C" fn mdb_env_info(
env: *mut MDB_env,
stat: *mut MDB_envinfo,
) -> c_int
Expand description
Return information about the LMDB environment.
ยงArguments
env
(direction in) - An environment handle returned by #mdb_env_create()stat
(direction out) - The address of an #MDB_envinfo structure where the information will be copied