pub unsafe extern "C" fn transaction_insert_and_stream_back(
    handle: CacheHandle,
    options_mask: CacheWriteOptionsMask,
    options: *const CacheWriteOptions,
    body_handle_out: *mut BodyHandle,
    cache_handle_out: *mut CacheHandle
) -> FastlyStatus