Function SDL_crc16

Source
pub unsafe extern "C" fn SDL_crc16(
    crc: Uint16,
    data: *const c_void,
    len: usize,
) -> Uint16