pub fn metabuild()
Expand description

Use dynamically linked ucrt with a statically linked vcruntime.

This must be called from a build script, like so:

// build.rs
fn main() {
    static_vcruntime::metabuild();
}