Creates a Buffer from an i32 value.
i32
factory Buffer.fromInt32(final int value) => Buffer(ByteLength.i32)..setInt32(value, 0);