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

Required features: "Win32_Foundation"