ERR_peek_error_line
LCRYPTO_ALIAS(ERR_peek_error_line);
unsigned long ERR_peek_error_line(const char **file, int *line);
LCRYPTO_USED(ERR_peek_error_line);
if ((err = ERR_peek_error_line(&file, &line)) != 0x2004041UL) {