pub type obs_hotkey_enum_func = Option<unsafe extern "C" fn(data: *mut c_void, id: obs_hotkey_id, key: *mut obs_hotkey_t) -> bool>;
Aliased Type§
pub enum obs_hotkey_enum_func {
None,
Some(unsafe extern "C" fn(*mut c_void, usize, *mut obs_hotkey) -> bool),
}