pub type PWINDBG_READ_PROCESS_MEMORY_ROUTINE32 = Option<unsafe extern "system" fn(offset: u32, lpbuffer: *mut c_void, cb: u32, lpcbbytesread: *mut u32) -> u32>;
Expand description

Required features: "Win32_System_Diagnostics_Debug"