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