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