#pragma once

#include <stddef.h>

namespace icure::nitrokryptom::conversions {

int safe_size_to_int(size_t n);

}
