Function mentat_ffi::tx_change_list_entry_at [] [src]

#[no_mangle]
pub unsafe extern "C" fn tx_change_list_entry_at(
    tx_report_list: *mut TxChangeList,
    index: c_int
) -> *const TransactionChange

Returns the value at the provided index as a TransactionChange .

Panics

If there is no value present at the index.