pub fn generate_idl_for_function(
    env: &GlobalEnv,
    module_env: ModuleEnv<'_>,
    func: &FunctionEnv<'_>
) -> Result<IDLScriptFunction>