windows::Win32::System::Diagnostics::Debug

Function SymAddSymbolW

pub unsafe fn SymAddSymbolW<P2>(
    hprocess: HANDLE,
    baseofdll: u64,
    name: P2,
    address: u64,
    size: u32,
    flags: u32,
) -> Result<()>
where P2: Param<PCWSTR>,