Type Definition __compar_fn_t
sdl2_sys
type __compar_fn_t = Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>;