pub unsafe extern "system" fn DSCreateISecurityInfoObjectEx(
    pwszobjectpath: PCWSTR,
    pwszobjectclass: PCWSTR,
    pwszserver: PCWSTR,
    pwszusername: PCWSTR,
    pwszpassword: PCWSTR,
    dwflags: u32,
    ppsi: *mut ISecurityInformation,
    pfnreadsd: PFNREADOBJECTSECURITY,
    pfnwritesd: PFNWRITEOBJECTSECURITY,
    lpcontext: LPARAM
) -> HRESULT
Expand description

Required features: "Win32_Security_DirectoryServices", "Win32_Foundation", "Win32_Security_Authorization_UI"