#[unsafe(no_mangle)]pub extern "C" fn convert(html: *const c_char) -> *mut c_char
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.