pub unsafe extern "C" fn send_context_free_inline(
    serialized_action: *mut c_char,
    size: usize
)
Expand description

Send an inline context free action in the context of this action’s parent transaction

@param serialized_action - serialized action @param size - size of serialized action in bytes @pre serialized_action is a valid pointer to an array at least size bytes long