pub unsafe extern "system" fn SymGetLineFromNameW64(
    hprocess: HANDLE,
    modulename: PCWSTR,
    filename: PCWSTR,
    dwlinenumber: u32,
    pldisplacement: *mut i32,
    line: *mut IMAGEHLP_LINEW64
) -> BOOL
Expand description

Required features: "Win32_Foundation"