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