pub type retro_sensor_get_input_t = Option<unsafe extern "C" fn(port: c_uint, id: c_uint) -> f32>;
pub enum retro_sensor_get_input_t { None, Some(unsafe extern "C" fn(u32, u32) -> f32), }
No value.
Some value of type T.
T