MagickStrToL64    268 magick/studio.h #  define MagickStrToL64(str,endptr,base) (strtoll(str,endptr,base))
MagickStrToL64    270 magick/studio.h #  define MagickStrToL64(str,endptr,base) ((magick_int64_t) strtol(str,endptr,base))