pub fn numeric_to_twos_complement_be(numeric: Numeric) -> [u8; 17]
Expand description

Converts an Numeric into its big endian two’s complement representation.