pub unsafe extern "C" fn HMAC_Init_from_precomputed_key( ctx: *mut HMAC_CTX, precomputed_key: *const u8, precompute_key_len: usize, md: *const EVP_MD, ) -> c_int