#pragma once#include "c_api_types.h"#ifdef __cplusplusextern "C" {#endifstruct ViewportCApi{ void (*set_rect) (ViewportPtr, float x, float y, float width, float height);};#ifdef __cplusplus}#endif