pub unsafe extern "C" fn EVP_PKEY_CTX_set1_hkdf_salt(
    ctx: *mut EVP_PKEY_CTX,
    salt: *const u8,
    salt_len: usize
) -> c_int