pub unsafe extern "C" fn EVP_PKEY_CTX_set1_hkdf_key(
    ctx: *mut EVP_PKEY_CTX,
    key: *const u8,
    key_len: usize
) -> c_int