pub unsafe fn ApplyDeltaW<P0, P1, P2>(
    applyflags: i64,
    lpsourcename: P0,
    lpdeltaname: P1,
    lptargetname: P2,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,