pub unsafe extern "C" fn get_typename(
context: *mut c_context,
value: *const value,
) -> *const c_charExpand description
@brief Get type name of value as defined in the evaluator @ingroup value_extract @param[out] context Optional, stores error information @param[in] value Nix value to inspect @return type name string, free with free()