Function NIMS_SetAttribute

Source
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.