How would I unrequest data once requested with SimConnect_RequestDataOnSimObject(...., SIMCONNECT_PERIOD_SECOND, ...)
- SimConnect_UnsubscribeFromSystemEvent() -> it is not an event
- SimConnect_ClearDataDefinition() -> I do not want to clear the definition, but use it again later
- I could set period to never (SIMCONNECT_PERIOD_NEVER), the best way I have found, any better way?

