#[no_mangle]
pub unsafe extern "C" fn wasmtime_component_get_export_index(
component: &wasmtime_component_t,
instance_export_index: *const wasmtime_component_export_index_t,
name: *const u8,
name_len: usize,
) -> Option<Box<wasmtime_component_export_index_t>>