Function DsAddSidHistoryW
pub unsafe fn DsAddSidHistoryW<P2, P3, P4, P6, P7>(
hds: HANDLE,
flags: Option<u32>,
srcdomain: P2,
srcprincipal: P3,
srcdomaincontroller: P4,
srcdomaincreds: Option<*const c_void>,
dstdomain: P6,
dstprincipal: P7,
) -> u32where
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<PCWSTR>,
P6: Param<PCWSTR>,
P7: Param<PCWSTR>,