ffi.Pointer<ffi.Char> gcvt( double __value, int __ndigit, ffi.Pointer<ffi.Char> __buf, ) { return _gcvt( __value, __ndigit, __buf, ); }