#[no_mangle] pub unsafe fn add_language(info: *mut LangInfo)
Add a language to the set.
The info param must point to a valid LangInfo struct with the 'static lifetime.
info
LangInfo
'static