1 2 3 4
{{ attrs }}#[napi{{ js_name_attr }}] pub {{ async_kw }}fn {{ func_name }}({{ params }}) -> {{ return_annotation }} { {{ body }} }