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