Function objc2_foundation::NSDecimalMultiplyByPowerOf10

source ·
pub unsafe extern "C" fn NSDecimalMultiplyByPowerOf10(
    result: NonNull<NSDecimal>,
    number: NonNull<NSDecimal>,
    power: c_short,
    rounding_mode: NSRoundingMode
) -> NSCalculationError
Available on crate feature NSDecimal only.