solClient_cacheSession_sendCacheRequest

Function solClient_cacheSession_sendCacheRequest 

Source
pub unsafe extern "C" fn solClient_cacheSession_sendCacheRequest(
    opaqueCacheSession_p: solClient_opaqueCacheSession_pt,
    topic_p: *const c_char,
    cacheRequestId: solClient_uint64_t,
    callback_p: solCache_eventCallbackFunc_t,
    user_p: *mut c_void,
    cacheflags: solClient_cacheRequestFlags_t,
    subscribeFlags: solClient_subscribeFlags_t,
) -> solClient_returnCode_t