pub type PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN = Option<unsafe extern "system" fn(pipeline: *mut WINBIO_PIPELINE, discardandrepeatcapture: *mut BOOLEAN, calibrationbuffer: *mut u8, calibrationbuffersize: *mut usize, maxbuffersize: usize) -> HRESULT>;

Aliased Type§

enum PIBIO_ENGINE_QUERY_CALIBRATION_DATA_FN {
    None,
    Some(unsafe extern "system" fn(_: *mut WINBIO_PIPELINE, _: *mut BOOLEAN, _: *mut u8, _: *mut usize, _: usize) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut WINBIO_PIPELINE, _: *mut BOOLEAN, _: *mut u8, _: *mut usize, _: usize) -> HRESULT)

Some value of type T.