pub unsafe extern "C" fn SDL_HasSurfaceRLE(
    surface: *mut SDL_Surface
) -> SDL_bool
Expand description

Returns whether the surface is RLE enabled

Returns: SDL_TRUE if the surface is RLE enabled, or SDL_FALSE if the surface is NULL or not RLE enabled