Function DSCreateSecurityPage
pub unsafe fn DSCreateSecurityPage<P0, P1>(
pwszobjectpath: P0,
pwszobjectclass: P1,
dwflags: u32,
phpage: *mut HPROPSHEETPAGE,
pfnreadsd: PFNREADOBJECTSECURITY,
pfnwritesd: PFNWRITEOBJECTSECURITY,
lpcontext: LPARAM,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,