pub fn numeric_to_twos_complement_be(numeric: Numeric) -> [u8; 17]
Converts an Numeric into its big endian two’s complement representation.
Numeric