Type Definition obs_enum_audio_device_cb
obs_sys
type obs_enum_audio_device_cb = Option<unsafe extern "C" fn(data: *mut c_void, name: *const c_char, id: *const c_char) -> bool>;