pub unsafe fn MsiEnumFeaturesW<P0>(
    szproduct: P0,
    ifeatureindex: u32,
    lpfeaturebuf: PWSTR,
    lpparentbuf: PWSTR
) -> u32
where P0: IntoParam<PCWSTR>,