pub unsafe extern "system" fn CreatePatchFileByHandles(
    oldfilehandle: HANDLE,
    newfilehandle: HANDLE,
    patchfilehandle: HANDLE,
    optionflags: u32,
    optiondata: *const PATCH_OPTION_DATA
) -> BOOL
Expand description

Required features: "Win32_System_ApplicationInstallationAndServicing", "Win32_Foundation"