pub unsafe fn DsInheritSecurityIdentityW<P0, P1, P2>(
    hds: P0,
    flags: u32,
    srcprincipal: P1,
    dstprincipal: P2
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,