pub unsafe extern "C" fn dav1d_version_api() -> c_uint
Expand description

Get library API version.

@return A value in the format 0x00XXYYZZ, where XX is the major version, YY the minor version, and ZZ the patch version. @see DAV1D_API_MAJOR, DAV1D_API_MINOR, DAV1D_API_PATCH