pub unsafe extern "C" fn EVP_CipherFinal(
    ctx: *mut EVP_CIPHER_CTX,
    res: *mut u8,
    len: *mut c_int
) -> c_int