static Pointer<Void> getNativePtr(List<Point>? value) => toNativeListNullable(value, (element) => PointImpl.toPointer(element));