pub unsafe extern "C" fn nettle_gcm_camellia256_digest(
    ctx: *mut gcm_camellia256_ctx,
    length: usize,
    digest: *mut u8
)