#[no_mangle]
pub extern "C" fn wasmtime_config_static_memory_maximum_size_set(
    c: &mut wasm_config_t,
    size: u64
)