pub unsafe extern "C" fn ucl_object_new_full(
    type_: ucl_type_t,
    priority: c_uint
) -> *mut ucl_object_t
Expand description

Create new object with type and priority specified @param type type of a new object @param priority priority of an object @return new object