long strtol( const char *nptr, char **endptr, int base ),这个函数是将十六进制字符串转换为int32,请问有函数可将字符串转换为int64吗?若没有,怎么实现?