Function nix_external_add_string_context

Source
pub unsafe extern "C" fn nix_external_add_string_context(
    context: *mut nix_c_context,
    string_context: *mut nix_string_context,
    c: *const c_char,
) -> nix_err
Expand description

Add string context to the nix_string_context object

§Arguments

  • context [out] - Optional, stores error information
  • string_context [out] - The nix_string_context to add to
  • c [in] - The context string to add

§Returns

NIX_OK if everything worked