pub const OP_PUSHDATA4: u8 = 0x4e;
Read the next 4 bytes as a little-endian length N, then push the next N bytes onto the stack.