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