pub unsafe extern "C" fn ucl_parser_get_comments(
    parser: *mut ucl_parser
) -> *const ucl_object_t
Expand description

Get constant opaque pointer to comments structure for this parser. Increase refcount to prevent this object to be destroyed on parser’s destruction @param parser parser structure @return ucl comments pointer or NULL