Function windows_sys::Win32::System::Diagnostics::Debug::SymFindFileInPath

pub unsafe extern "system" fn SymFindFileInPath(
    hprocess: HANDLE,
    searchpatha: PCSTR,
    filename: PCSTR,
    id: *const c_void,
    two: u32,
    three: u32,
    flags: SYM_FIND_ID_OPTION,
    foundfile: PSTR,
    callback: PFINDFILEINPATHCALLBACK,
    context: *const c_void,
) -> BOOL