static List<Point> fromNativePtr(Pointer<Void> handle) => fromPlatformList(handle, (element) => PointImpl.fromPointer(element, needFree: false, takeOwnership: false)!);