pub unsafe extern "C" fn solClient_transactedSession_createFlow(
    props: solClient_propertyArray_pt,
    transactedSession_p: solClient_opaqueTransactedSession_pt,
    flow_p: *mut solClient_opaqueFlow_pt,
    funcInfo_p: *mut solClient_flow_createFuncInfo_t,
    funcInfoSize: usize
) -> solClient_returnCode_t