1. allow calling op_null with Insn::BeginSubrtn - BeginSubrtn is identical to Null, but named differently so that its use in context is clearer 2. Insn::Return: add possibility to fallthrough on non-integer values as per sqlite spec Closes #1588
Option<ProgramBuilder>