pub type sk_OSSL_ATTRIBUTE_MAPPING_compfunc = Option<unsafe extern "C" fn(*const *const ATTRIBUTE_MAPPING_st, *const *const ATTRIBUTE_MAPPING_st) -> i32>;
Aliased Type§
enum sk_OSSL_ATTRIBUTE_MAPPING_compfunc {
None,
Some(unsafe extern "C" fn(*const *const ATTRIBUTE_MAPPING_st, *const *const ATTRIBUTE_MAPPING_st) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*const *const ATTRIBUTE_MAPPING_st, *const *const ATTRIBUTE_MAPPING_st) -> i32)
Some value of type T
.