#[unsafe(no_mangle)]pub extern "C" fn sml_parse(text: *const c_char) -> *mut c_char
sml_parse(text) -> 返回 JSON 字符串 (调用方 sml_free 释放); 失败返回 NULL