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

Required features: ‘Win32_Security’, ‘Win32_Foundation’