pub unsafe extern "system" fn CreatePatchFileW(
    oldfilename: PCWSTR,
    newfilename: PCWSTR,
    patchfilename: PCWSTR,
    optionflags: u32,
    optiondata: *const PATCH_OPTION_DATA,
) -> BOOL