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