pub unsafe extern "C" fn avifEncoderSetCodecSpecificOption(
    encoder: *mut avifEncoder,
    key: *const c_char,
    value: *const c_char
) -> avifResult