pub unsafe extern "C" fn ucl_object_fromlstring(
str: *const c_char,
len: usize,
) -> *mut ucl_object_tExpand description
Create a UCL object from the specified string @param str fixed size string, will be json escaped @param len length of a string @return new object