pub unsafe fn VerifyScripts<P0, P1>(
    dwflags: u32,
    lplocalescripts: P0,
    cchlocalescripts: i32,
    lptestscripts: P1,
    cchtestscripts: i32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,