pub unsafe extern "C" fn wolfIO_TcpConnect(
    sockfd: *mut SOCKET_T,
    ip: *const c_char,
    port: c_ushort,
    to_sec: c_int
) -> c_int