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