pub unsafe fn MsiProcessMessage<P0, P1>(
    hinstall: P0,
    emessagetype: INSTALLMESSAGE,
    hrecord: P1
) -> i32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<MSIHANDLE>,