Creates a Buffer from an i64 value.
i64
factory Buffer.fromInt64(final int value) => Buffer(ByteLength.i64)..setInt64(value, 0);