Type Alias windows::Win32::System::Diagnostics::Debug::PSYMBOLSERVERPINGPROCWEX
pub type PSYMBOLSERVERPINGPROCWEX = Option<unsafe extern "system" fn(param0: PCWSTR) -> BOOL>;
Aliased Type§
enum PSYMBOLSERVERPINGPROCWEX {
None,
Some(unsafe extern "system" fn(_: PCWSTR) -> BOOL),
}