pub unsafe extern "C" fn g_slist_find_custom(
    list: *mut GSList,
    data: gconstpointer,
    func: GCompareFunc
) -> *mut GSList