if cfg!(windows) {
    // this only accept good rust code
}
#[cfg(target_os = "windows")] {
    wtf
    // this can be anything if not used
}