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