mz_crc32

Undocumented in source. Be warned that the author may not have intended to support it.
  1. mz_ulong mz_crc32(mz_ulong crc, mz_uint8* ptr, size_t buf_len)
    version(encodeDecodePNG)
    nothrow @nogc
    static if(compactCRC32)
    mz_crc32
    (,
    const mz_uint8* ptr
    ,
    size_t buf_len
    )
  2. mz_ulong mz_crc32(mz_ulong crc, mz_uint8* ptr, size_t buf_len)

Meta