public static extern void igShowStyleEditor(ref NativeStyle @ref);
public Style(NativeStyle* style) { _stylePtr = style; }