pub type PRINTPAGERANGE = tagPRINTPAGERANGE;
struct PRINTPAGERANGE { pub nFromPage: u32, pub nToPage: u32, }
nFromPage: u32
nToPage: u32