PCLFS_CLIENT_LOG_UNPINNED_CALLBACK

Type Alias PCLFS_CLIENT_LOG_UNPINNED_CALLBACK 

pub type PCLFS_CLIENT_LOG_UNPINNED_CALLBACK = Option<unsafe extern "system" fn(logfile: *const FILE_OBJECT, clientdata: *const c_void)>;

Aliased Type§

pub enum PCLFS_CLIENT_LOG_UNPINNED_CALLBACK {
    None,
    Some(unsafe extern "system" fn(*const FILE_OBJECT, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const FILE_OBJECT, *const c_void))

Some value of type T.