Function mdbx_txn_park

Source
pub unsafe extern "C" fn mdbx_txn_park(
    txn: *mut MDBX_txn,
    autounpark: bool,
) -> c_int