1 2 3 4
pub const ALLOC: i128 = 0x47; pub const DEALLOC: i128 = 0x48; pub const THROW: i128 = 0x64; pub const RETURN: i128 = 0x38;