Function windows_sys::Win32::System::Diagnostics::Debug::SymQueryInlineTrace

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