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