#[no_mangle]
pub unsafe extern "C" fn nstd_net_tcp_stream_close(
    stream: *mut NSTDTCPStream
)
Expand description

Closes and frees memory of a TCP stream. Parameters: NSTDTCPStream *stream - Pointer to the TCP stream.