pub type OSSL_FUNC_decoder_decode_fn = Option<unsafe extern "C" fn(*mut c_void, *mut ossl_core_bio_st, i32, Option<unsafe extern "C" fn(*const ossl_param_st, *mut c_void) -> i32>, *mut c_void, Option<unsafe extern "C" fn(*mut i8, usize, *mut usize, *const ossl_param_st, *mut c_void) -> i32>, *mut c_void) -> i32>;
Aliased Type§
enum OSSL_FUNC_decoder_decode_fn {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut ossl_core_bio_st, i32, Option<unsafe extern "C" fn(*const ossl_param_st, *mut c_void) -> i32>, *mut c_void, Option<unsafe extern "C" fn(*mut i8, usize, *mut usize, *const ossl_param_st, *mut c_void) -> i32>, *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut ossl_core_bio_st, i32, Option<unsafe extern "C" fn(*const ossl_param_st, *mut c_void) -> i32>, *mut c_void, Option<unsafe extern "C" fn(*mut i8, usize, *mut usize, *const ossl_param_st, *mut c_void) -> i32>, *mut c_void) -> i32)
Some value of type T
.