pub fn render_function_with_options( target: &TargetSpec, module: &[Stmt], use_ndarray: bool, ) -> (String, bool)
Render a single PyO3 #[pyfunction] for the given target.
#[pyfunction]
Returns (rendered_source, had_fallback).
(rendered_source, had_fallback)