pub unsafe extern "C" fn wxd_Config_HasEntry(
config: *const wxd_ConfigBase_t,
name: *const c_char,
) -> boolExpand description
Checks if an entry exists. @param config Pointer to the config object. @param name The entry name to check. @return true if exists, false otherwise.