pub type dc1394capture_callback_t = Option<unsafe extern "C" fn(arg1: *mut dc1394camera_t, arg2: *mut c_void)>;Expand description
typedef for the callback param for dc1394_capture_set_callback
Aliased Type§
pub enum dc1394capture_callback_t {
None,
Some(unsafe extern "C" fn(*mut __dc1394_camera, *mut c_void)),
}