Roger Upole - 2012-11-29

I had looked at these a while back, and the reason I didn't wrap them is the lack of a way to pass a python function to the callback. Most of these types of callbacks have an extra "context" arg - a void pointer that we can use for that purpose. However, this one doesn't provide for a context. Maybe we could associate the callback with the file handle or the Overlapped object.