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

Function SymEnumLinesW

pub unsafe fn SymEnumLinesW<P2, P3>(
    hprocess: HANDLE,
    base: u64,
    obj: P2,
    file: P3,
    enumlinescallback: PSYM_ENUMLINES_CALLBACKW,
    usercontext: Option<*const c_void>,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,