pub unsafe extern "system" fn FindDebugInfoFileEx(
    filename: PCSTR,
    symbolpath: PCSTR,
    debugfilepath: PSTR,
    callback: PFIND_DEBUG_FILE_CALLBACK,
    callerdata: *const c_void
) -> HANDLE
Expand description

Required features: "Win32_Foundation"