pub unsafe extern "C" fn nettle_gcm_digest(
    ctx: *mut gcm_ctx,
    key: *const gcm_key,
    cipher: *const c_void,
    f: nettle_cipher_func,
    length: usize,
    digest: *mut u8
)