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