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