Function windows::Win32::Storage::FileSystem::TxfLogCreateFileReadContext
pub unsafe fn TxfLogCreateFileReadContext<P0>(
logpath: P0,
beginninglsn: CLS_LSN,
endinglsn: CLS_LSN,
txffileid: *const TXF_ID,
txflogcontext: *mut *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,