pub unsafe extern "system" fn SymEnumLinesW(
    hprocess: HANDLE,
    base: u64,
    obj: PCWSTR,
    file: PCWSTR,
    enumlinescallback: PSYM_ENUMLINES_CALLBACKW,
    usercontext: *const c_void
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"