pub unsafe extern "C" fn CRYPTO_poly1305_init(
    state: *mut poly1305_state,
    key: *const u8
)