Function wasmtime_error_new

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