Function sdl2_sys::SDL_crc32

source ·
pub unsafe extern "C" fn SDL_crc32(
    crc: Uint32,
    data: *const c_void,
    len: size_t
) -> Uint32