pub type UniversalProcPtr = ProcPtr;
pub enum UniversalProcPtr { None, Some(unsafe extern "C" fn() -> i64), }
No value.
Some value of type T.
T