convert

Function convert 

Source
#[unsafe(no_mangle)]
pub extern "C" fn convert(html: *const c_char) -> *mut c_char
Expand description

If we are compiling as a C Lib (not a WASM lib) we should make sure the function adheres to the C calling convention and its name is not mangled.