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