pub type PFN_HSE_IO_COMPLETION = Option<unsafe extern "system" fn(pecb: *mut EXTENSION_CONTROL_BLOCK, pcontext: *mut c_void, cbio: u32, dwerror: u32)>;

Aliased Type§

enum PFN_HSE_IO_COMPLETION {
    None,
    Some(unsafe extern "system" fn(_: *mut EXTENSION_CONTROL_BLOCK, _: *mut c_void, _: u32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.