pub type ps5000DataReady = Option<extern "C" fn(handle: i16, noOfSamples: i32, overflow: i16, triggerAt: u32, triggered: i16, pParameter: *mut c_void)>;Aliased Type§
pub enum ps5000DataReady {
None,
Some(extern "C" fn(i16, i32, i16, u32, i16, *mut c_void)),
}