pub type solClient_flow_createRxCallbackFuncInfo_t = solClient_flow_createRxCallbackFuncInfo;Aliased Type§
#[repr(C)]pub struct solClient_flow_createRxCallbackFuncInfo_t {
pub callback_p: *mut c_void,
pub user_p: *mut c_void,
}Fields§
§callback_p: *mut c_void§user_p: *mut c_void