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