pub type UUID_VECTOR = _UUID_VECTOR;
struct UUID_VECTOR { pub Count: u32, pub Uuid: [*mut _GUID; 1], }
Count: u32
Uuid: [*mut _GUID; 1]