Function Mix_LoadWAV_RW

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