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)),
}