pub unsafe fn get_decimal_impl( msg: usize, tag: i32, out_mantissa: *mut i64, out_exponent: *mut i32, ) -> Result<(), Exception>