SDL_GetSurfaceColorMod

Function SDL_GetSurfaceColorMod 

Source
pub unsafe extern "C" fn SDL_GetSurfaceColorMod(
    surface: *mut SDL_Surface,
    r: *mut Uint8,
    g: *mut Uint8,
    b: *mut Uint8,
) -> c_int