ffi.Pointer<ffi.Int8> strcat( ffi.Pointer<ffi.Int8> __dest, ffi.Pointer<ffi.Int8> __src, ) { return _strcat( __dest, __src, ); }