[][src]Function uclicious_libucl_sys::ucl_object_new_full

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

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