windows::Win32::Security::DirectoryServicesFunction DSCreateISecurityInfoObjectEx
pub unsafe fn DSCreateISecurityInfoObjectEx<P0, P1, P2, P3, P4>(
pwszobjectpath: P0,
pwszobjectclass: P1,
pwszserver: P2,
pwszusername: P3,
pwszpassword: P4,
dwflags: u32,
ppsi: *mut Option<ISecurityInformation>,
pfnreadsd: PFNREADOBJECTSECURITY,
pfnwritesd: PFNWRITEOBJECTSECURITY,
lpcontext: LPARAM,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P4: Param<PCWSTR>,