pub unsafe extern "system" fn LookupPrivilegeValueW(
    lpsystemname: PWSTR,
    lpname: PWSTR,
    lpluid: *mut LUID
) -> BOOL
Expand description

Required features: ‘Win32_Security’, ‘Win32_Foundation’