When trying to build for windows on a linux host, mimalloc fails to link with the following error: ``` = note: lld-link: error: undefined symbol: __movsb >>> referenced by /src/mimalloc_rust/libmimalloc-sys/c_src/mimalloc/include/mimalloc/internal.h:926 >>> liblibmimalloc_sys-087f9fdc909808e0.rlib(static.o):(_mi_memcpy) ``` I'm using cargo-xwin to cross compile.