int strxfrm_l( ffi.Pointer<ffi.Char> __dest, ffi.Pointer<ffi.Char> __src, int __n, locale_t __l, ) { return _strxfrm_l( __dest, __src, __n, __l, ); }