pub unsafe fn DsReplicaDelW<P0, P1, P2>(
    hds: P0,
    namecontext: P1,
    dsasrc: P2,
    options: u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,