Function windows::Win32::System::Environment::SetEnvironmentVariableW

pub unsafe fn SetEnvironmentVariableW<P0, P1>(
    lpname: P0,
    lpvalue: P1,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,