ffi.Pointer<ffi.Int8> strncat( ffi.Pointer<ffi.Int8> __dest, ffi.Pointer<ffi.Int8> __src, int __n, ) { return _strncat( __dest, __src, __n, ); }