pub type PicoDataReadyUsingReads = Option<extern "C" fn(handle: i16, read: PICO_READ_SELECTION, status: PICO_STATUS, fromSegmentIndex: u64, toSegmentIndex: u64, pParameter: PICO_POINTER)>;Aliased Type§
pub enum PicoDataReadyUsingReads {
None,
Some(extern "C" fn(i16, u32, u32, u64, u64, *mut c_void)),
}