int asctime_s( ffi.Pointer<ffi.Char> _Buffer, int _SizeInBytes, ffi.Pointer<tm> _Tm, ) { return _asctime_s( _Buffer, _SizeInBytes, _Tm, ); }