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