pub unsafe extern "C" fn clingo_ast_to_string_size(
    ast: *mut clingo_ast_t,
    size: *mut usize
) -> bool
Expand description

! Get the size of the string representation of an AST node. ! ! @param[in] ast the target AST ! @param[out] size the size of the string representation ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_runtime