pub type GSBlob = GSBlobTag;
struct GSBlob { pub size: u32, pub data: *const c_void, }
size: u32
data: *const c_void