reth_db::mdbx::ffi

Function mdbx_canary_put

source
pub unsafe extern "C" fn mdbx_canary_put(
    txn: *mut MDBX_txn,
    canary: *const MDBX_canary,
) -> i32
Available on crate feature mdbx only.