pub unsafe fn MsiIsProductElevatedW<P0>(
    szproduct: P0,
    pfelevated: *mut BOOL
) -> u32
where P0: IntoParam<PCWSTR>,