pub type CounterPathCallBack = Option<unsafe extern "system" fn(DWORD_PTR) -> PDH_STATUS>;
pub enum CounterPathCallBack { None, Some(unsafe extern "system" fn(usize) -> i32), }
No value.
Some value of type T.
T