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