#[no_mangle]
pub unsafe extern "C" fn rune_error_to_string(
    e: *const Error
) -> *mut c_char
Expand description

Get a simple, oneline message describing the error.

Note: It is the caller’s responsibility to free this string afterwards.