Function Mix_QuerySpec

pub unsafe extern "C" fn Mix_QuerySpec(
    frequency: *mut i32,
    format: *mut u16,
    channels: *mut i32,
) -> i32
Available on crate feature dep_sdl2 only.