pub type ps5000BlockReady = Option<extern "C" fn(handle: i16, status: PICO_STATUS, pParameter: *mut c_void)>;
pub enum ps5000BlockReady { None, Some(extern "C" fn(i16, u32, *mut c_void)), }
No value.
Some value of type T.
T