pub unsafe fn CreateDeltaA<P0, P1, P2, P3, P4>(
    filetypeset: i64,
    setflags: i64,
    resetflags: i64,
    lpsourcename: P0,
    lptargetname: P1,
    lpsourceoptionsname: P2,
    lptargetoptionsname: P3,
    globaloptions: DELTA_INPUT,
    lptargetfiletime: Option<*const FILETIME>,
    hashalgid: ALG_ID,
    lpdeltaname: P4
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>,