ffi.Pointer<ffi.Int8> stpcpy( ffi.Pointer<ffi.Int8> __dest, ffi.Pointer<ffi.Int8> __src, ) { return _stpcpy( __dest, __src, ); }