pub fn generate_python_bindings(
stmts: &[Stmt<'_>],
module_name: &str,
interner: &Interner,
registry: &TypeRegistry,
) -> StringAvailable on crate feature
codegen only.Expand description
Generate Python ctypes bindings for all C-exported functions.