Function process
Source #[no_mangle]
pub unsafe fn process(
errmsg: *mut *const c_char,
code: *const c_char,
language: *const c_char,
) -> *const c_char
Expand description
Process a piece of code in the given language, and return the [Highlights
] for a following
call to render
.
ยงSafety
All parameters must be valid pointers.