//! Small helpers shared by the encoder and decoder for talking to libavif's C API.
use CStr;
use cratesys;
/// Turn a non-OK [`avifResult`](sys::avifResult) into its human-readable message via
/// `avifResultToString`. Returns the empty string for `AVIF_RESULT_OK`.
pub
/// `true` when the result is `AVIF_RESULT_OK`.
pub