prefs_register_string_preference

Function prefs_register_string_preference 

Source
pub unsafe extern "C" fn prefs_register_string_preference(
    module: *mut module_t,
    name: *const c_char,
    title: *const c_char,
    description: *const c_char,
    var: *mut *const c_char,
)