Function Mix_LoadMUS_RW

pub unsafe extern "C" fn Mix_LoadMUS_RW(
    src: *mut SDL_RWops,
    freesrc: i32,
) -> *mut _Mix_Music
Available on crate feature dep_sdl2 only.