pub type BoxedCReadTransaction = Box<CReadTransaction>;
pub struct BoxedCReadTransaction(/* private fields */);