Function windows::Win32::System::Diagnostics::Debug::FindExecutableImageExW

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