#[unsafe(no_mangle)]pub extern "C" fn hyper_error_free(err: *mut hyper_error)Available on crate feature
ffi and hyper_unstable_ffi only.Expand description
Frees a hyper_error.
This should be used for any error once it is no longer needed.