pub type EsHandle = *mut c_void;Expand description
An opaque pointer to an EuroScope handle object (CFlightPlan, CPlugIn,
CController, …). Only valid for as long as EuroScope says — usually the
callback that produced it. The safe euroscope crate encodes those rules.