pub unsafe extern "C" fn ucl_comments_find(
    comments: *const ucl_object_t,
    srch: *const ucl_object_t
) -> *const ucl_object_t
Expand description

Utility function to find a comment object for the specified object in the input @param comments comments object @param srch search object @return string comment enclosed in ucl_object_t