pub unsafe extern "C" fn al_create_audio_stream(
    buffer_count: size_t,
    samples: c_uint,
    freq: c_uint,
    depth: ALLEGRO_AUDIO_DEPTH,
    chan_conf: ALLEGRO_CHANNEL_CONF
) -> *mut ALLEGRO_AUDIO_STREAM