pub type obs_hotkey_binding_enum_func = Option<unsafe extern "C" fn(data: *mut c_void, idx: usize, binding: *mut obs_hotkey_binding_t) -> bool>;
Aliased Type§
enum obs_hotkey_binding_enum_func {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: usize, _: *mut obs_hotkey_binding) -> bool),
}