pub unsafe extern "system" fn accept(
    s: SOCKET,
    addr: *mut SOCKADDR,
    addrlen: *mut i32
) -> SOCKET