Type Alias netsnmp_state_machine_step
Source pub type netsnmp_state_machine_step = Struct_netsnmp_state_machine_step_s;
#[repr(C)]
pub struct netsnmp_state_machine_step {
pub name: *const u8,
pub sm_flags: u32,
pub run: *mut unsafe extern "C" fn(*mut Struct_netsnmp_state_machine_input_s, *mut Struct_netsnmp_state_machine_step_s) -> i32,
pub result: i32,
pub on_success: *mut Struct_netsnmp_state_machine_step_s,
pub on_error: *mut Struct_netsnmp_state_machine_step_s,
pub flags: u32,
pub step_context: *mut c_void,
}