windows::Win32::Security

Function LookupPrivilegeNameW

pub unsafe fn LookupPrivilegeNameW<P0>(
    lpsystemname: P0,
    lpluid: *const LUID,
    lpname: Option<PWSTR>,
    cchname: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>,