_putenv_s

Function _putenv_s 

Source
pub unsafe extern "C" fn _putenv_s(
    _Name: *const c_char,
    _Value: *const c_char,
) -> errno_t