[][src]Function sdl2_sys::gfx::imagefilter::SDL_imageFilterShiftLeft

pub unsafe extern "C" fn SDL_imageFilterShiftLeft(
    Src1: *mut c_uchar,
    Dest: *mut c_uchar,
    length: c_uint,
    N: c_uchar
) -> c_int