pub fn read_scriptbool(v: &[u8]) -> bool
Decodes a script truth value.
This uses script boolean semantics: all zero bytes and negative zero are false; every other byte string is true. Numeric-overflow rules do not apply.