pub unsafe fn index_insert(
arg_indexRelation: Relation,
arg_values: *mut Datum,
arg_isnull: *mut bool,
arg_heap_t_ctid: ItemPointer,
arg_heapRelation: Relation,
arg_checkUnique: Type,
arg_indexUnchanged: bool,
arg_indexInfo: *mut IndexInfo,
) -> bool