Type Alias windows::Win32::Storage::FileSystem::PFE_IMPORT_FUNC

pub type PFE_IMPORT_FUNC = Option<unsafe extern "system" fn(pbdata: *mut u8, pvcallbackcontext: *const c_void, ullength: *mut u32) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.