ffi.Pointer<ffi.Char> gcvt( double _Value, int _DigitCount, ffi.Pointer<ffi.Char> _DstBuf, ) { return _gcvt1( _Value, _DigitCount, _DstBuf, ); }