pub type spinArrivalEventFunction = Option<unsafe extern "C" fn(deviceSerialNumber: u64, pUserData: *mut c_void)>;
pub enum spinArrivalEventFunction { None, Some(unsafe extern "C" fn(u64, *mut c_void)), }
No value.
Some value of type T.
T