pub unsafe fn MsiJoinTransaction<P0>(
    htransactionhandle: P0,
    dwtransactionattributes: u32,
    phchangeofownerevent: *mut HANDLE
) -> u32
where P0: IntoParam<MSIHANDLE>,