pub type RSAPUBKEY = _RSAPUBKEY;
struct RSAPUBKEY { pub magic: u32, pub bitlen: u32, pub pubexp: u32, }
magic: u32
bitlen: u32
pubexp: u32