pub unsafe extern "system" fn LookupPrivilegeDisplayNameA(
    lpsystemname: PCSTR,
    lpname: PCSTR,
    lpdisplayname: PSTR,
    cchdisplayname: *mut u32,
    lplanguageid: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"