pub unsafe fn recvfrom<P0>(
    s: P0,
    buf: &mut [u8],
    flags: i32,
    from: Option<*mut SOCKADDR>,
    fromlen: Option<*mut i32>
) -> i32
where P0: IntoParam<SOCKET>,