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