pub unsafe extern "system" fn SetFileAttributesW(
    lpfilename: *const u16,
    dwfileattributes: u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)