Function nix_set_string_return

Source
pub unsafe extern "C" fn nix_set_string_return(
    str_: *mut nix_string_return,
    c: *const c_char,
)
Expand description

Sets the contents of a nix_string_return Copies the passed string.

ยงArguments

  • str [out] - the nix_string_return to write to
  • c [in] - The string to copy