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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.