pub unsafe extern "C" fn _ion_int_to_string_helper(
    iint: *mut ION_INT,
    strbuf: *mut c_char,
    buflen: SIZE,
    p_written: *mut SIZE
) -> iERR