pub unsafe fn DsReplicaAddA<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<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>,