swr: fix _BitScanForward64
-
on unix _BitScanForward64 uses ctz instead of ctzll, and use utin64_t
-
on windows 32 bits, compile fails because there's no implementation of _BitScanForward64 so provide one: mingw: use same gcc intrinsic; else, (msvc) a generic implementation