int snprintf( ffi.Pointer<ffi.Int8> __s, int __maxlen, ffi.Pointer<ffi.Int8> __format, ) { return _snprintf( __s, __maxlen, __format, ); }