pub unsafe extern "system" fn LookupPrivilegeNameW(
    lpsystemname: PCWSTR,
    lpluid: *const LUID,
    lpname: PWSTR,
    cchname: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"