#[unsafe(no_mangle)]pub unsafe extern "C" fn soil_type_lookup(
runtime: *mut SoilRuntime,
name: *const c_char,
) -> u32Expand description
Look up a type id by name. Returns UINT32_MAX if unknown.
ยงSafety
runtime is a live runtime; name is a NUL-terminated UTF-8 string.