Function windows::Win32::Security::LookupPrivilegeValueA
pub unsafe fn LookupPrivilegeValueA<P0, P1>(
lpsystemname: P0,
lpname: P1,
lpluid: *mut LUID,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,