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