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