pub unsafe extern "system" fn SetEnvironmentVariableA(
    lpname: PCSTR,
    lpvalue: PCSTR
) -> BOOL
Expand description

Required features: ‘Win32_System_Environment’, ‘Win32_Foundation’