[][src]Type Definition pgx_pg_sys::list_sort_comparator

type list_sort_comparator = Option<unsafe extern "C" fn(a: *const ListCell, b: *const ListCell) -> c_int>;