pub type void = c_void;
The type used for void pointers on the current platform.
pub enum void { // some variants omitted }