Function Mix_EachSoundFont

pub unsafe extern "C" fn Mix_EachSoundFont(
    function: Option<unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> i32>,
    data: *mut c_void,
) -> i32
Available on crate feature dep_sdl2 only.