typedef struct temp_auth_configure
{
long long int expires;
void (* temp_auth_callback)(char * temp_auth_url,char * temp_auth_headers,void *callback_data);
void * callback_data;
}temp_auth_configure;
typedef struct obs_options
{
obs_bucket_context bucket_options;
obs_http_request_option request_options;
temp_auth_configure *temp_auth;
} obs_options;

主要是第三个 temp_auth_configure *temp_auth; 不知道怎么搞;
申明了一下,传入动态库出错