SG_SET
#define SG_SET(SG, B, L) ((SG)->iov_base = (char*)(B), (SG)->iov_len = (L))
#define SG_SET(SG, B, N) ((SG)->buf = (char *)(B),(SG)->len = (N))