double wcstof( ffi.Pointer<ffi.WChar> _String, ffi.Pointer<ffi.Pointer<ffi.WChar>> _EndPtr, ) { return _wcstof( _String, _EndPtr, ); }