Function windows::Win32::System::Diagnostics::Debug::SymFindExecutableImageW

pub unsafe fn SymFindExecutableImageW<P0, P1>(
    hprocess: P0,
    filename: P1,
    imagefilepath: PWSTR,
    callback: PFIND_EXE_FILE_CALLBACKW,
    callerdata: *const c_void,
) -> Result<HANDLE>
where P0: Param<HANDLE>, P1: Param<PCWSTR>,