Function windows_sys::Win32::System::Diagnostics::Debug::SymGetSymbolFileW

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