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