ffi.Pointer<ffi.Int8> strerror_l( int __errnum, ffi.Pointer<_locale_struct_> __l, ) { return _strerror_l( __errnum, __l, ); }