int vsprintf( ffi.Pointer<ffi.Int8> __s, ffi.Pointer<ffi.Int8> __format, int __arg, ) { return _vsprintf( __s, __format, __arg, ); }