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