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