[][src]Type Definition pgx_pg_sys::IndexBuildCallback

type IndexBuildCallback = Option<unsafe extern "C" fn(index: Relation, tid: ItemPointer, values: *mut Datum, isnull: *mut bool, tupleIsAlive: bool, state: *mut c_void)>;