extern struct WSABUF [src]

Fields

len: ULONG
buf: [*]u8

Source

pub const WSABUF = extern struct { len: ULONG, buf: [*]u8, }