Function NSDecimalCopy

Source
pub unsafe extern "C-unwind" fn NSDecimalCopy(
    destination: NonNull<NSDecimal>,
    source: NonNull<NSDecimal>,
)
👎Deprecated: renamed to NSDecimal::copy
Available on crate feature NSDecimal only.