Creates a Buffer from a u32 value.
u32
factory Buffer.fromUint32(final int value) => Buffer(ByteLength.u32)..setUint32(value, 0);