#[no_mangle]
pub extern "C" fn wasm_engine_new_with_config(
    c: Box<wasm_config_t>
) -> Box<wasm_engine_t>