pub type WINSTAENUMPROC = WINSTAENUMPROCA;
pub enum WINSTAENUMPROC { None, Some(unsafe extern "stdcall" fn(*mut i8, i32) -> i32), }
No value.
Some value of type T.
T