pub unsafe extern "system" fn SetFileAttributesA(
    lpFileName: *const i8,
    dwFileAttributes: u32
) -> i32