pub type PicoTemperatureSensorInteractions = Option<extern "C" fn(i16, u32)>;
pub enum PicoTemperatureSensorInteractions { None, Some(extern "C" fn(i16, u32)), }
No value.
Some value of type T.
T