SocketNative typedef

SocketNative = Int32 Function(Int32 domain, Int32 type, Int32 protocol)

Implementation

typedef SocketNative = Int32 Function(
    Int32 domain, Int32 type, Int32 protocol);