pub type obs_transition_audio_mix_callback_t = Option<unsafe extern "C" fn(data: *mut c_void, t: f32) -> f32>;
enum obs_transition_audio_mix_callback_t { None, Some(unsafe extern "C" fn(_: *mut c_void, _: f32) -> f32), }
No value.
Some value of type T.
T