pub type solClient_flow_createRxMsgCallbackFuncInfo_t = solClient_flow_createRxMsgCallbackFuncInfo;Aliased Type§
struct solClient_flow_createRxMsgCallbackFuncInfo_t {
pub callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> u32>,
pub user_p: *mut c_void,
}Fields§
§callback_p: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> u32>§user_p: *mut c_void