SetsockoptNative typedef

SetsockoptNative = Int32 Function(Int32 fd, Int32 level, Int32 optname, Pointer<Void> optval, Uint32 optlen)

Implementation

typedef SetsockoptNative = Int32 Function(
    Int32 fd, Int32 level, Int32 optname,
    Pointer<Void> optval, Uint32 optlen);