pub unsafe extern "C" fn al_play_sample(
    data: *mut ALLEGRO_SAMPLE,
    gain: c_float,
    pan: c_float,
    speed: c_float,
    _loop: ALLEGRO_PLAYMODE,
    ret_id: *mut ALLEGRO_SAMPLE_ID
) -> c_bool