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