pub fn func_call_args_to_wire_values( func: Option<&ResolvableFunction>, args: &Bound<'_, PyTuple>, kwargs: &Bound<'_, PyDict>, ) -> PyResult<(Vec<WireValue>, HashMap<String, WireValue>)>