windows::Win32::Security

Function LookupPrivilegeNameA

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