#[unsafe(no_mangle)]pub unsafe extern "C" fn theme_engine_theme_load_json( json: *const c_char, out_theme: *mut *mut ThemeEngineTheme, ) -> i32
Loads a theme from a JSON string and returns a new handle.