pub unsafe extern "C" fn recv(
    socket: i32,
    buf: *mut c_void,
    len: usize,
    flags: i32
) -> isize