pub type PWINBIO_QUERY_SENSOR_INTERFACE_FN = Option<unsafe extern "system" fn(sensorinterface: *mut *mut WINBIO_SENSOR_INTERFACE) -> HRESULT>;

Aliased Type§

enum PWINBIO_QUERY_SENSOR_INTERFACE_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut *mut WINBIO_SENSOR_INTERFACE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut *mut WINBIO_SENSOR_INTERFACE) -> HRESULT)

Some value of type T.