pub unsafe extern "C" fn nix_setting_set(
context: *mut nix_c_context,
key: *const c_char,
value: *const c_char,
) -> nix_errExpand description
Sets a setting in the nix global configuration.
Use “extra-
§Arguments
context[out] - optional, Stores error informationkey[in] - The key of the setting to set.value[in] - The value to set for the setting.
§Returns
NIX_ERR_KEY if the setting is unknown, or NIX_OK if the setting was set successfully.