Type Alias DRIVER_REINITIALIZE

pub type DRIVER_REINITIALIZE = Option<unsafe extern "system" fn(driverobject: *const DRIVER_OBJECT, context: *const c_void, count: u32)>;

Aliased Type§

enum DRIVER_REINITIALIZE {
    None,
    Some(unsafe extern "system" fn(*const DRIVER_OBJECT, *const c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.