pub type PIBIO_ENGINE_ACCEPT_PRIVATE_SENSOR_TYPE_INFO_FN = Option<unsafe extern "system" fn(pipeline: *mut WINBIO_PIPELINE, typeinfobufferaddress: *const u8, typeinfobuffersize: usize) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.