ckb_std
macro_rules! entry { ($main:path) => { ... }; }
Define entry point
// define contract entry point entry!(main)