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