pub fn install_stream_alsa_lib(cx: &mut Cx) -> Result<()>
Installs the AlsaLib into cx, idempotently.
AlsaLib
cx
Uses install_once, so repeated calls register the lib at most once.
install_once