Skip to main content

wasmtime_struct_type_field

Function wasmtime_struct_type_field 

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasmtime_struct_type_field( ty: &wasmtime_struct_type_t, index: usize, out: &mut MaybeUninit<wasmtime_field_type_t>, ) -> bool