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