pub unsafe extern "C" fn ion_decimal_from_int32(
    value: *mut ION_DECIMAL,
    num: i32
) -> iERR
Expand description

Represents the given int32 as an ION_DECIMAL.

@return IERR_OK (no errors are possible).