pub unsafe fn CompareBrowserVersions<P0, P1>(
    version1: P0,
    version2: P1,
    result: *mut i32
) -> Result<(), Error>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,