pub type CorsairEventHandler = Option<unsafe extern "C" fn(context: *mut c_void, event: *const CorsairEvent)>;
pub enum CorsairEventHandler { None, Some(unsafe extern "C" fn(*mut c_void, *const CorsairEvent)), }
No value.
Some value of type T.
T