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