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