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

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"