pub unsafe extern "C" fn EVP_CIPHER_CTX_set_app_data(
    ctx: *mut EVP_CIPHER_CTX,
    data: *mut c_void
)