pub unsafe fn DsAddSidHistoryW<P0, P1, P2, P3, P4, P5>(
    hds: P0,
    flags: u32,
    srcdomain: P1,
    srcprincipal: P2,
    srcdomaincontroller: P3,
    srcdomaincreds: Option<*const c_void>,
    dstdomain: P4,
    dstprincipal: P5
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>,