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