internal UVStream(Loop loop, int size) : this(loop, UV.Alloc(size)) { }
public CallbackPermaRequest(UvRequestType type, bool allocate) : this(UV.Sizeof(type), allocate) { }