ffi.Pointer<ffi.Char> gets_s( ffi.Pointer<ffi.Char> _Buffer, int _Size, ) { return _gets_s( _Buffer, _Size, ); }