pub unsafe extern "C" fn nettle_gcm_aes_update(
    ctx: *mut gcm_aes_ctx,
    length: usize,
    data: *const u8
)