pub type DESIGNVECTOR = tagDESIGNVECTOR;
struct DESIGNVECTOR { pub dvReserved: u32, pub dvNumAxes: u32, pub dvValues: [i32; 16], }
dvReserved: u32
dvNumAxes: u32
dvValues: [i32; 16]