pub unsafe extern "C" fn _ion_int_to_bytes_helper(
    iint: *mut ION_INT,
    bytes_in_int: SIZE,
    starting_int_byte_offset: SIZE,
    is_neg: BOOL,
    buffer: *mut BYTE,
    buffer_length: SIZE,
    bytes_written: *mut SIZE
) -> iERR