pub unsafe extern "C" fn crypto_auth_hmacsha256_init( state: *mut crypto_auth_hmacsha256_state, key: *const u8, keylen: size_t, ) -> c_int