public static extern void setProfileData(ProfileData data);
public void setProfileData(ProfileData data) { FonctionsNatives.setProfileData(data); }