Function windows::Win32::Security::DirectoryServices::DSEditSecurity

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