Function JS_PrintValueRT

Source
pub unsafe extern "C" fn JS_PrintValueRT(
    rt: *mut JSRuntime,
    write_func: JSPrintValueWrite,
    write_opaque: *mut c_void,
    val: JSValue,
    options: *const JSPrintValueOptions,
)