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