#[no_mangle]
pub extern "C" fn hyper_io_free(io: *mut hyper_io)
Expand description

Free an unused hyper_io *.

This is typically only useful if you aren’t going to pass ownership of the IO handle to hyper, such as with hyper_clientconn_handshake().