pub unsafe fn TxfLogCreateRangeReadContext<P0>(
    logpath: P0,
    beginninglsn: CLS_LSN,
    endinglsn: CLS_LSN,
    beginningvirtualclock: *const i64,
    endingvirtualclock: *const i64,
    recordtypemask: u32,
    txflogcontext: *mut *mut c_void,
) -> BOOL
where P0: Param<PCWSTR>,