int strerror_r( int __errnum, ffi.Pointer<ffi.Char> __buf, int __buflen, ) { return _strerror_r( __errnum, __buf, __buflen, ); }