pub unsafe extern "C" fn g_ptr_array_find_with_equal_func(
    haystack: *mut GPtrArray,
    needle: gconstpointer,
    equal_func: GEqualFunc,
    index_: *mut c_uint
) -> gboolean