private static extern void RequestConsentInfoUpdate(string appodealAppKey,
                                                     ConsentInfoUpdatedCallback onConsentInfoUpdated,
                                                     ConsentInfoUpdatedFailedCallback onFailedToUpdateConsentInfo);
 public static void requestConsentInfoUpdate(string appodealAppKey,
                                             ConsentInfoUpdatedCallback onConsentInfoUpdated,
                                             ConsentInfoUpdatedFailedCallback onFailedToUpdateConsentInfo)
 {
     RequestConsentInfoUpdate(appodealAppKey, onConsentInfoUpdated, onFailedToUpdateConsentInfo);
 }