pub type PSYMBOL_FUNCENTRY_CALLBACK = Option<unsafe extern "system" fn(hprocess: HANDLE, addrbase: u32, usercontext: *const c_void) -> *mut c_void>;
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"