#[no_mangle]
pub unsafe extern "C" fn rune_error_free(e: *mut Error)
Expand description

Free an error once you are done with it.

Note: Freeing the same Error twice is an error and may cause a crash at runtime.