pub unsafe fn DsReplicaSyncA<P0, P1>(
    hds: P0,
    namecontext: P1,
    puuiddsasrc: *const GUID,
    options: u32
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCSTR>,