pub unsafe fn MsiDatabaseOpenViewW<P0, P1>(
    hdatabase: P0,
    szquery: P1,
    phview: *mut MSIHANDLE
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<PCWSTR>,