#[unsafe(no_mangle)]pub unsafe extern "C" fn check_script(
source: *const c_char,
use_new_solver: c_int,
) -> *const c_charExpand description
§Safety
source must be a valid, NUL-terminated C string (the wasm/JS caller’s
contract), or null.