pub type CorsairSessionStateChangedHandler = Option<unsafe extern "C" fn(context: *mut c_void, eventData: *const CorsairSessionStateChanged)>;Aliased Type§
pub enum CorsairSessionStateChangedHandler {
None,
Some(unsafe extern "C" fn(*mut c_void, *const CorsairSessionStateChanged)),
}