pub type PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN = Option<unsafe extern "system" fn(pipeline: *const WINBIO_PIPELINE, reserved1: *const u8, reserved2: usize) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.