pub unsafe extern "C" fn wolfIO_Recv(
    sd: SOCKET_T,
    buf: *mut c_char,
    sz: c_int,
    rdFlags: c_int
) -> c_int