Variable Prepared.preparedImpl

struct Prepared
{
  // ...
  std.typecons.RefCounted!(mysql.prepared.PreparedImpl,0) preparedImpl ;
  // ...
}