[][src]Type Definition pgx_pg_sys::HashCompareFunc

type HashCompareFunc = Option<unsafe extern "C" fn(key1: *const c_void, key2: *const c_void, keysize: Size) -> c_int>;