pub unsafe fn MsiBeginTransactionW<P0>(
    szname: P0,
    dwtransactionattributes: u32,
    phtransactionhandle: *mut MSIHANDLE,
    phchangeofownerevent: *mut HANDLE,
) -> u32
where P0: Param<PCWSTR>,