pub unsafe extern "C" fn EVP_CIPHER_CTX_set_padding(
    ctx: *mut EVP_CIPHER_CTX,
    pad: c_int
) -> c_int