Exemplo n.º 1
0
 internal uv_buf_t CreateBuffer(IntPtr data, uint size)
 {
     return(Uvi.uv_buf_init(data, size));
 }