pub unsafe extern "C" fn wxd_Config_GetEntryType(
config: *const wxd_ConfigBase_t,
name: *const c_char,
) -> c_intExpand description
Gets the type of an entry. @param config Pointer to the config object. @param name The entry name. @return The entry type (wxd_ConfigEntryType).