pub type obs_enum_audio_device_cb = Option<unsafe extern "C" fn(data: *mut c_void, name: *const c_char, id: *const c_char) -> bool>;
Aliased Type§
enum obs_enum_audio_device_cb {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *const i8) -> bool),
}