Function Mix_OpenAudioDevice

pub unsafe extern "C" fn Mix_OpenAudioDevice(
    frequency: i32,
    format: u16,
    channels: i32,
    chunksize: i32,
    device: *const i8,
    allowed_changes: i32,
) -> i32
Available on crate feature dep_sdl2 only.