pub unsafe extern "C" fn mdb_reader_list(
    env: *mut MDB_env,
    func: MDB_msg_func,
    ctx: *mut c_void
) -> c_int
Expand description

@brief Dump the entries in the reader lock table.

@param[in] env An environment handle returned by #mdb_env_create() @param[in] func A #MDB_msg_func function @param[in] ctx Anything the message function needs @return < 0 on failure, >= 0 on success.