pub unsafe extern "C" fn CRYPTO_poly1305_update(
    state: *mut poly1305_state,
    in_: *const u8,
    in_len: usize
)