pub unsafe extern "C" fn EVP_EncodeBlock(
    dst: *mut c_uchar,
    src: *const c_uchar,
    src_len: c_int
) -> c_int