pub type PWINDBG_OLDKD_READ_PHYSICAL_MEMORY = Option<unsafe extern "system" fn(address: u64, buffer: *mut c_void, count: u32, bytesread: *mut u32) -> u32>;
Expand description

Required features: "Win32_System_Diagnostics_Debug"