Type Alias windows::Wdk::Storage::FileSystem::PFLUSH_TO_LSN

pub type PFLUSH_TO_LSN = Option<unsafe extern "system" fn(loghandle: *const c_void, lsn: i64)>;

Aliased Type§

enum PFLUSH_TO_LSN {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: i64))

Some value of type T.