pub type RIP_INFO = _RIP_INFO;
#[repr(C)]pub struct RIP_INFO { pub dwError: u32, pub dwType: u32, }
dwError: u32
dwType: u32