<?php
#[Native]
final class StubNativePoint
{
public float $x = 0.0;
public float $y = 0.0;
public function length(): float {}
}