pub type void = c_void;
The type used for void pointers on the current platform.
#[repr(u8)]pub enum void {}