ffi.Pointer<ffi.Int8> strcpy( ffi.Pointer<ffi.Int8> __dest, ffi.Pointer<ffi.Int8> __src, ) { return _strcpy( __dest, __src, ); }