Source position: libcurl.pp line 217
type curl_sockaddr = record
family: LongInt;
socktype: LongInt;
protocol: LongInt;
addrlen: dword;
addr: array [0..0] of Byte;
end;