
[;1m  iolist_size(Item)[0m

  Returns an integer, that is the size in bytes, of the binary that
  would be the result of [;;4miolist_to_binary(Item)[0m.

  For example:

    > iolist_size([1,2|<<3,4>>]).
    4
