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