[][src]Function ndless_sdl::video::ll::SDL_SetPalette

pub unsafe extern "C" fn SDL_SetPalette(
    surface: *mut SDL_Surface,
    flags: c_int,
    colors: *mut SDL_Color,
    firstcolor: c_int,
    ncolors: c_int
) -> c_int