pub unsafe extern "C" fn nettle_ccm_digest(
    ctx: *mut ccm_ctx,
    cipher: *const c_void,
    f: nettle_cipher_func,
    length: usize,
    digest: *mut u8
)