pub unsafe extern "C" fn GetSplinePointBezierCubic( p1: Vector2, c2: Vector2, c3: Vector2, p4: Vector2, t: f32, ) -> Vector2