MagickStrToInt64  123 magick/utility.c   MagickStrToInt64(const char *start,char **end,magick_int64_t *value);
MagickStrToInt64 3593 magick/utility.c   if ((status=MagickStrToInt64(str,&end,&result)) == MagickPass)