pub unsafe extern "C" fn EVP_EncodeFinal(
    ctx: *mut EVP_ENCODE_CTX,
    out: *mut u8,
    out_len: *mut c_int
)