pub unsafe fn DsReplicaAddW<P0, P1, P2, P3, P4>(
    hds: P0,
    namecontext: P1,
    sourcedsadn: P2,
    transportdn: P3,
    sourcedsaaddress: P4,
    pschedule: Option<*const SCHEDULE>,
    options: u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,