pub fn build_py_function(
    ast: &mut ItemFn,
    options: PyFunctionOptions
) -> Result<TokenStream>