Type Alias windows::Win32::Storage::FileSystem::CLFS_BLOCK_ALLOCATION

pub type CLFS_BLOCK_ALLOCATION = Option<unsafe extern "system" fn(cbbufferlength: u32, pvusercontext: *mut c_void) -> *mut c_void>;

Aliased Type§

enum CLFS_BLOCK_ALLOCATION {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *mut c_void) -> *mut c_void)

Some value of type T.