pub unsafe extern "system" fn SymFindFileInPathW(
    hprocess: HANDLE,
    searchpatha: PCWSTR,
    filename: PCWSTR,
    id: *const c_void,
    two: u32,
    three: u32,
    flags: SYM_FIND_ID_OPTION,
    foundfile: PWSTR,
    callback: PFINDFILEINPATHCALLBACKW,
    context: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"