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

Required features: "Win32_Foundation"