outputFooterMagic constant
int
const outputFooterMagic
Trailer magic for ParamValue output slots (b"OUT1"), from the Rust
engine when the call used DRT1 OUT / INOUT parameters.
LE u32 of the four on-wire bytes O U T 1 (not 0x4F555431 = 1TUO).
Implementation
static const int outputFooterMagic = 0x3154554F;