#[unsafe(no_mangle)]pub extern "C" fn hyper_clientconn_options_free(
opts: *mut hyper_clientconn_options,
)Available on crate feature
ffi and hyper_unstable_ffi only.Expand description
Free a set of HTTP clientconn options.
This should only be used if the options aren’t consumed by
hyper_clientconn_handshake.