pub fn twos_complement_be_to_numeric(
    input: &mut [u8],
    scale: u8
) -> Result<Numeric, Error>