void DrawRay( RayD ray, ColorD color, ) => run( () => 'DrawRay($ray, $color)', () => rl.Core.DrawRay( _refRay1(ray).ref, _refColor1(color).ref, ), );