pub unsafe fn simple_table_tuple_update(
    arg_rel: Relation,
    arg_otid: ItemPointer,
    arg_slot: *mut TupleTableSlot,
    arg_snapshot: Snapshot,
    arg_update_indexes: *mut bool
)