Function windows::Win32::Security::LookupPrivilegeValueW

pub unsafe fn LookupPrivilegeValueW<P0, P1>(
    lpsystemname: P0,
    lpname: P1,
    lpluid: *mut LUID,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,