win32gui.PyMakeBuffer
object = PyMakeBuffer(len, addr )
Returns a buffer object from addr,len or just len
Parameters
To Do
We should consider deprecating and dropping the behaviour when the address is zero - it leads to unexpected bugs, as passing NULL appears to return a reference to what was valid memory.