Function windows_sys::Win32::System::Diagnostics::Debug::SymGetSymbolFile

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