Results 48 issues of Adam

https://developer.apple.com/documentation/kernel/1585350-vm_read?language=objc

Suggested by @tuaris https://github.com/adsr/phpspy/issues/50#issuecomment-714008497

Make a simple string type to replace all the `buf, buf_len, buf_size` params.

This was @krakjoe 's idea. I think we have a head start on this as the tracing code is already decoupled with the event handling code. See: https://github.com/adsr/phpspy/blob/e9927c8e7a8cdf6763d163bfaa60cec313cb37c0/phpspy.c#L262 https://github.com/adsr/phpspy/blob/e9927c8e7a8cdf6763d163bfaa60cec313cb37c0/event_fout.c#L12 Maybe...

https://msdn.microsoft.com/en-us/library/windows/desktop/ms680553(v=vs.85).aspx

This might help in reducing copy failures (e.g., #14)

This PR installs everything as `termbox.{h,so,a}` with soname version starting at 2. Any opinions on installing as `termbox2.{h,so,a}` instead to avoid conflict with termbox classic? (Tagging @jirutka.)

https://github.com/adsr/mle/issues/52 wasn't able to reproduce