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