Function windows::Win32::System::Diagnostics::Debug::StackWalkEx

pub unsafe fn StackWalkEx<P0, P1>(
    machinetype: u32,
    hprocess: P0,
    hthread: P1,
    stackframe: *mut STACKFRAME_EX,
    contextrecord: *mut c_void,
    readmemoryroutine: PREAD_PROCESS_MEMORY_ROUTINE64,
    functiontableaccessroutine: PFUNCTION_TABLE_ACCESS_ROUTINE64,
    getmodulebaseroutine: PGET_MODULE_BASE_ROUTINE64,
    translateaddress: PTRANSLATE_ADDRESS_ROUTINE64,
    flags: u32,
) -> BOOL
where P0: Param<HANDLE>, P1: Param<HANDLE>,