Function windows::Win32::System::Diagnostics::Debug::SymFindFileInPathW

pub unsafe fn SymFindFileInPathW<P0, P1, P2>(
    hprocess: P0,
    searchpatha: P1,
    filename: P2,
    id: Option<*const c_void>,
    two: u32,
    three: u32,
    flags: SYM_FIND_ID_OPTION,
    foundfile: PWSTR,
    callback: PFINDFILEINPATHCALLBACKW,
    context: Option<*const c_void>,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,