Function g_async_queue_push_sorted
pub unsafe extern "C" fn g_async_queue_push_sorted(
queue: *mut _GAsyncQueue,
data: *mut c_void,
func: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> i32>,
user_data: *mut c_void,
)