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