Type Aliases
rux
type UserId = uint64;
type Vector3 = float32[3];
type Matrix4 = float32[4][4];
type Pointer = *uint8;
type Handler = func(x: int32, y: int32);