Procs
proc av_crc_get_table(crc_id: AVCRCId): ptr AVCRC {.importc, cdecl, ...raises: [], tags: [], forbids: [].}
proc av_crc_init(ctx: ptr AVCRC; le, bits: cint; poly: uint32; ctx_size: cint): cint {. importc, cdecl, ...raises: [], tags: [], forbids: [].}