pub unsafe fn MsiSetMode<P0, P1>(
    hinstall: P0,
    erunmode: MSIRUNMODE,
    fstate: P1
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<BOOL>,