pub type completion_node_t = completion_node;
#[repr(C)]pub struct completion_node_t { pub wc: ibv_wc, pub next: i32, }
wc: ibv_wc
next: i32