pub type sys_snode_t = _snode;
Single-linked list node structure.
#[repr(C)]pub struct sys_snode_t { pub next: *mut _snode, }
next: *mut _snode