pub unsafe extern "C" fn g_queue_find_custom(
    queue: *mut GQueue,
    data: *const c_void,
    func: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>
) -> *mut GList