Function snd_pcm_pause

Source
pub unsafe extern "C" fn snd_pcm_pause(
    pcm: *mut snd_pcm_t,
    enable: c_int,
) -> c_int