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