pub async fn upload_deploy_function( configuration: &Configuration, deploy_id: &str, name: &str, file_body: PathBuf, runtime: Option<&str>, size: Option<i32>, ) -> Result<Function, Error<UploadDeployFunctionError>>