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