Function get_builtin_theme

Source
#[no_mangle]
pub unsafe fn get_builtin_theme(
    errmsg: *mut *const c_char,
    theme: *const c_char,
) -> *const c_char
Expand description

Serialize a builtin theme to the raw style map.

ยงSafety

All parameters must be valid pointers.