Function gsk_path_foreach_intersection

Source
pub unsafe extern "C" fn gsk_path_foreach_intersection(
    path1: *mut GskPath,
    path2: *mut GskPath,
    func: GskPathIntersectionFunc,
    user_data: gpointer,
) -> gboolean
Available on crate feature v4_20 only.