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