Function add_language

Source
#[no_mangle]
pub unsafe fn add_language(info: *mut LangInfo)
Expand description

Add a language to the set.

ยงSafety

The info param must point to a valid LangInfo struct with the 'static lifetime.