Function windows::Win32::Storage::FileSystem::ReadNextLogRecord

pub unsafe fn ReadNextLogRecord(
    pvreadcontext: *mut c_void,
    ppvbuffer: *mut *mut c_void,
    pcbbuffer: *mut u32,
    perecordtype: *mut u8,
    plsnuser: *mut CLS_LSN,
    plsnundonext: *mut CLS_LSN,
    plsnprevious: *mut CLS_LSN,
    plsnrecord: *mut CLS_LSN,
    poverlapped: *mut OVERLAPPED,
) -> Result<()>