pub type solClient_flow_rxMsgDispatchFuncInfo_t = solClient_flow_rxMsgDispatchFuncInfo;Aliased Type§
#[repr(C)]pub struct solClient_flow_rxMsgDispatchFuncInfo_t {
pub dispatchType: u32,
pub callback_p: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> u32>,
pub user_p: *mut c_void,
pub rfu_p: *mut c_void,
}Fields§
§dispatchType: u32§callback_p: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> u32>§user_p: *mut c_void§rfu_p: *mut c_void