pub unsafe extern "system" fn StackWalk(
    machinetype: u32,
    hprocess: HANDLE,
    hthread: HANDLE,
    stackframe: *mut STACKFRAME,
    contextrecord: *mut c_void,
    readmemoryroutine: PREAD_PROCESS_MEMORY_ROUTINE,
    functiontableaccessroutine: PFUNCTION_TABLE_ACCESS_ROUTINE,
    getmodulebaseroutine: PGET_MODULE_BASE_ROUTINE,
    translateaddress: PTRANSLATE_ADDRESS_ROUTINE
) -> BOOL
Expand description

Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’