pub type GOutputVector = _GOutputVector;
struct GOutputVector { pub buffer: *const c_void, pub size: u32, }
buffer: *const c_void
size: u32