Type Definition GCompareFunc
glib_sys
type GCompareFunc = Option<unsafe extern "C" fn(_: gconstpointer, _: gconstpointer) -> c_int>;