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