1 2
#[swift_bridge(swift_name = "{{ swift_name }}")] fn {{ fn_name }}(json: String) -> Result<{{ wrapper_name }}, String>;