pub type indigo_timer_callback = Option<unsafe extern "C" fn(device: *mut indigo_device)>;Expand description
Timer callback function prototype.
Aliased Type§
pub enum indigo_timer_callback {
None,
Some(unsafe extern "C" fn(*mut indigo_device)),
}