Function Tcl_OpenTcpClient

Source
pub unsafe extern "C" fn Tcl_OpenTcpClient(
    interp: *mut Tcl_Interp,
    port: c_int,
    address: *const c_char,
    myaddr: *const c_char,
    myport: c_int,
    async: c_int,
) -> Tcl_Channel