pub type xen_livepatch_status_t = xen_livepatch_status;
struct xen_livepatch_status_t { pub state: u32, pub rc: i32, }
state: u32
rc: i32