[][src]Type Definition pgx_pg_sys::ReorderBufferApplyChangeCB

type ReorderBufferApplyChangeCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, relation: Relation, change: *mut ReorderBufferChange)>;