Type Alias OSSL_FUNC_encoder_encode_fn
Source pub type OSSL_FUNC_encoder_encode_fn = Option<unsafe extern "C" fn(*mut c_void, *mut ossl_core_bio_st, *const c_void, *const ossl_param_st, i32, Option<unsafe extern "C" fn(*mut i8, usize, *mut usize, *const ossl_param_st, *mut c_void) -> i32>, *mut c_void) -> i32>;
enum OSSL_FUNC_encoder_encode_fn {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut ossl_core_bio_st, *const c_void, *const ossl_param_st, i32, Option<unsafe extern "C" fn(*mut i8, usize, *mut usize, *const ossl_param_st, *mut c_void) -> i32>, *mut c_void) -> i32),
}