pub fn load_single_arg<AA, T>(api: AA, index: i32, arg_id: ArgId) -> T
where T: TopDecode, AA: EndpointArgumentApi + ErrorApi + Clone + 'static,