pub unsafe fn DsReplicaGetInfo2W<P0, P1, P2, P3>(
    hds: P0,
    infotype: DS_REPL_INFO_TYPE,
    pszobject: P1,
    puuidforsourcedsaobjguid: Option<*const GUID>,
    pszattributename: P2,
    pszvalue: P3,
    dwflags: u32,
    dwenumerationcontext: u32,
    ppinfo: *mut *mut c_void
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,