I want to create ctypes.Structure-like object from bytes with Object(bytes_buffer)-like pattern.
ctypes.Structure
bytes
Object(bytes_buffer)
According to https://stackover