pub unsafe fn sendto<P0>(
    s: P0,
    buf: &[u8],
    flags: i32,
    to: *const SOCKADDR,
    tolen: i32
) -> i32
where P0: IntoParam<SOCKET>,