pub fn compile_keymap(text: &str) -> Option<Keymap>
Compile an XKB_KEYMAP_FORMAT_TEXT_V1 string, or None when it does not compile.
None