pub unsafe extern "C" fn mdb_env_get_userctx( env: *mut MDB_env, ) -> *mut c_void
Get the application information associated with the #MDB_env.
env
The pointer set by #mdb_env_set_userctx().