Creates a Buffer from a u16 value.
u16
factory Buffer.fromUint16(final int value) => Buffer(ByteLength.u16)..setUint16(value, 0);