pub unsafe extern "C" fn ion_decimal_to_string(
    value: *const ION_DECIMAL,
    p_string: *mut c_char
) -> iERR
Expand description

Converts the given ION_DECIMAL to a string. ION_DECIMAL_STRLEN may be used to determine the amount of space required to hold the string representation.

@return IERR_OK (no errors are possible).