Function windows::Win32::Storage::FileSystem::TxfLogCreateRangeReadContext
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,
) -> BOOLwhere
P0: Param<PCWSTR>,