pub unsafe extern "system" fn SymGetSymbolFileW(
    hprocess: HANDLE,
    sympath: PCWSTR,
    imagefile: PCWSTR,
    type: IMAGEHLP_SF_TYPE,
    symbolfile: PWSTR,
    csymbolfile: usize,
    dbgfile: PWSTR,
    cdbgfile: usize
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"