pub type osdp_t = c_void;Expand description
@brief To keep the OSDP internal data structures from polluting the exposed headers, they are typedefed to void before sending them to the upper layers. This level of abstraction looked reasonable as technically no one should attempt to modify it outside of the LibOSDP and their definition may change at any time.
Aliased Typeยง
pub enum osdp_t {}