pub unsafe extern "system" fn ReserveAndAppendLog(
    pvmarshal: *mut c_void,
    rgwriteentries: *mut CLS_WRITE_ENTRY,
    cwriteentries: u32,
    plsnundonext: *mut CLS_LSN,
    plsnprevious: *mut CLS_LSN,
    creserverecords: u32,
    rgcbreservation: *mut i64,
    fflags: CLFS_FLAG,
    plsn: *mut CLS_LSN,
    poverlapped: *mut OVERLAPPED
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_System_IO"