pub type obs_key_combination_t = obs_key_combination;
struct obs_key_combination_t { pub modifiers: u32, pub key: i32, }
modifiers: u32
key: i32