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