Function windows_sys::Win32::Storage::FileSystem::PrepareLogArchive
pub unsafe extern "system" fn PrepareLogArchive(
hlog: HANDLE,
pszbaselogfilename: PWSTR,
clen: u32,
plsnlow: *const CLS_LSN,
plsnhigh: *const CLS_LSN,
pcactuallength: *mut u32,
poffbaselogfiledata: *mut u64,
pcbbaselogfilelength: *mut u64,
plsnbase: *mut CLS_LSN,
plsnlast: *mut CLS_LSN,
plsncurrentarchivetail: *mut CLS_LSN,
ppvarchivecontext: *mut *mut c_void,
) -> BOOL