pub type BoxedFfiQueryResult = Box<FfiQueryResult>;
pub struct BoxedFfiQueryResult(/* private fields */);