pub unsafe extern "C" fn mdb_env_stat(
    env: *mut MDB_env,
    stat: *mut MDB_stat
) -> c_int
Expand description

@brief Return statistics about the LMDB environment.

@param[in] env An environment handle returned by #mdb_env_create() @param[out] stat The address of an #MDB_stat structure where the statistics will be copied