Function windows::Win32::System::Diagnostics::Debug::SymEnumLinesW

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