pub unsafe extern "C" fn wxd_Config_WriteString(
config: *mut wxd_ConfigBase_t,
key: *const c_char,
value: *const c_char,
) -> boolExpand description
Writes a string value. @param config Pointer to the config object. @param key The key to write. @param value The value to write. @return true on success, false on failure.