pub unsafe extern "C" fn ECDH_compute_key_fips( out: *mut u8, out_len: usize, pub_key: *const EC_POINT, priv_key: *const EC_KEY, ) -> c_int