windows::Win32::System::ApplicationInstallationAndServicing

Function ApplyDeltaA

pub unsafe fn ApplyDeltaA<P1, P2, P3>(
    applyflags: i64,
    lpsourcename: P1,
    lpdeltaname: P2,
    lptargetname: P3,
) -> BOOL
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,