pub unsafe extern "C" fn wolfIO_TcpAccept(
    sockfd: SOCKET_T,
    peer_addr: *mut SOCKADDR,
    peer_len: *mut socklen_t
) -> c_int