pub unsafe extern "C" fn NIMS_SetAttribute(
    attr: *const c_char,
    val: *const c_char
) -> Result
Expand description

Sets an attribute.

§Arguments

  • attr - Name of the attribute.
  • val - Value of the attribute.