Function IMG_SavePNG_RW

pub unsafe extern "C" fn IMG_SavePNG_RW(
    surface: *mut SDL_Surface,
    dst: *mut SDL_RWops,
    freedst: i32,
) -> i32
Available on crate feature dep_sdl2 only.