pub unsafe extern "system" fn SymFindExecutableImageW(
    hprocess: HANDLE,
    filename: PCWSTR,
    imagefilepath: PWSTR,
    callback: PFIND_EXE_FILE_CALLBACKW,
    callerdata: *const c_void
) -> HANDLE
Expand description

Required features: "Win32_Foundation"