pub unsafe extern "system" fn SetFileAttributesTransactedA(
    lpFileName: *const i8,
    dwFileAttributes: u32,
    hTransaction: *mut c_void
) -> i32