pub unsafe extern "system" fn SymQueryInlineTrace(
    hprocess: HANDLE,
    startaddress: u64,
    startcontext: u32,
    startretaddress: u64,
    curaddress: u64,
    curcontext: *mut u32,
    curframeindex: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’