pub unsafe extern "C" fn whisper_vad_detect_speech( vad_ctx: *mut whisper_vad_context, samples: *const f32, n_samples: c_int, ) -> bool