Function DSEditSecurity
pub unsafe fn DSEditSecurity<P1, P2, P4>(
hwndowner: HWND,
pwszobjectpath: P1,
pwszobjectclass: P2,
dwflags: u32,
pwszcaption: P4,
pfnreadsd: PFNREADOBJECTSECURITY,
pfnwritesd: PFNWRITEOBJECTSECURITY,
lpcontext: LPARAM,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P4: Param<PCWSTR>,