#pragma once #include "rust/cxx.h" namespace RDKit { std::shared_ptr rw_mol_from_mol_block(const std::string &mol_block, bool sanitize, bool remove_hs, bool strict_parsing); std::shared_ptr rw_mol_from_ro_mol(std::shared_ptr mol, bool quick_copy, int conf_id); std::shared_ptr rw_mol_from_rw_mol(std::shared_ptr mol); }