Function highlight

Source
#[no_mangle]
pub unsafe fn highlight(
    errmsg: *mut *const c_char,
    code: *const c_char,
    language: *const c_char,
    theme: *const c_char,
    renderer: *const c_char,
) -> *const c_char
Expand description

Process and render a piece of code in the given language with the given theme.

ยงSafety

All parameters must be valid pointers.