extern "ws2_32" fn getsockopt(SOCKET, i32, i32, [*]u8, *i32) callconv(WINAPI) i32
s: SOCKET,
level: i32,
optname: i32,
optval: [*]u8,
optlen: *i32,