pub unsafe fn GetCompressedFileSizeTransactedW<P0, P1>(
    lpfilename: P0,
    lpfilesizehigh: Option<*mut u32>,
    htransaction: P1,
) -> u32
where P0: Param<PCWSTR>, P1: Param<HANDLE>,