Enum c_void
libc
#[repr(u8)] pub enum c_void { // some variants omitted }
impl Send for c_void
impl Sync for c_void