Function ion_c_sys::ion_decimal_free[][src]

pub unsafe extern "C" fn ion_decimal_free(value: *mut ION_DECIMAL) -> iERR
Expand description

Frees any memory that was allocated when constructing this value. This should be called to clean up all ION_DECIMALs.

@param value - The value to free.