Function wasmtime_c_api::wasmtime_error_new

source ยท
#[no_mangle]
pub extern "C" fn wasmtime_error_new(
    msg: *const c_char,
) -> Option<Box<wasmtime_error_t>>