[][src]Function uclicious_libucl_sys::ucl_object_tostring_safe

pub unsafe extern "C" fn ucl_object_tostring_safe(
    obj: *const ucl_object_t,
    target: *mut *const c_char
) -> bool

Converts an object to string value @param obj CL object @param target target string variable, no need to free value @return true if conversion was successful