macro_rules! exclude_from_all { ($module:expr, $name:expr) => { ... }; }
Exclude specific items from all
pyo3_stub_gen::exclude_from_all!("my.module", "internal_function");