pub unsafe extern "C" fn rpc_session_set_buffer_is_empty_callback(
    session: *mut RpcSession,
    callback: Option<unsafe extern "C" fn(*mut c_void)>
)
Expand description

Set callback to notify that buffer is empty

@param session pointer to RpcSession descriptor @param callback callback to notify client that buffer is empty (can be NULL)