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