#[no_mangle]
pub extern "C" fn wasmtime_context_set_data(
    store: CStoreContextMut<'_>,
    data: *mut c_void
)