pub type OSSL_FUNC_mac_update_fn = Option<unsafe extern "C" fn(_: *mut c_void, _: *const u8, _: usize) -> i32>;
enum OSSL_FUNC_mac_update_fn { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const u8, _: usize) -> i32), }
No value.
Some value of type T.
T