Function NSDecimalCompare

Source
pub unsafe extern "C-unwind" fn NSDecimalCompare(
    left_operand: NonNull<NSDecimal>,
    right_operand: NonNull<NSDecimal>,
) -> NSComparisonResult
Available on crate features NSDecimal and NSObjCRuntime only.