pub type InfraredWorkerReceivedSignalCallback = Option<unsafe extern "C" fn(context: *mut c_void, received_signal: *mut InfraredWorkerSignal)>;
Expand description

Re-export bindings Callback type to call by InfraredWorker thread when new signal is received