Function mdbx_txn_unpark

pub unsafe extern "C" fn mdbx_txn_unpark(
    txn: *mut MDBX_txn,
    restart_if_ousted: bool,
) -> i32
Available on crate feature mdbx only.