pub type PWINDBG_EXTENSION_ROUTINE32 = Option<unsafe extern "system" fn(hcurrentprocess: HANDLE, hcurrentthread: HANDLE, dwcurrentpc: u32, dwprocessor: u32, lpargumentstring: PCSTR)>;
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"