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