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