#pragma once #include "rust/cxx.h" #include #include namespace RDKit { std::unique_ptr> substruct_match(std::shared_ptr mol, std::shared_ptr other_mol, std::shared_ptr params); bool substruct_match_as_bool(std::shared_ptr mol, std::shared_ptr other_mol, std::shared_ptr params); std::shared_ptr new_substruct_match_parameters(); }