pub type PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN = Option<unsafe extern "system" fn(pipeline: *mut WINBIO_PIPELINE) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.