pub type FREEOBJPROC = Option<unsafe extern "system" fn(pdriverobj: *mut DRIVEROBJ) -> BOOL>;

Aliased Type§

enum FREEOBJPROC {
    None,
    Some(unsafe extern "system" fn(_: *mut DRIVEROBJ) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DRIVEROBJ) -> BOOL)

Some value of type T.