Function windows::Win32::Storage::FileSystem::PrepareLogArchive

pub unsafe fn PrepareLogArchive<P0>(
    hlog: P0,
    pszbaselogfilename: &mut [u16],
    plsnlow: Option<*const CLS_LSN>,
    plsnhigh: Option<*const CLS_LSN>,
    pcactuallength: Option<*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,
) -> Result<()>
where P0: Param<HANDLE>,