Type Definition pgx_pg_sys::list_sort_comparator

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