#[constructor]
标记对象的构造函数
#[constructor] fn new(session: Session, ctx: ContextObject) -> RustObject { RustObject { session, ctx } }