[][src]Function bve_native::parse::mesh::bve_delete_parsed_static_object

#[no_mangle]
pub unsafe extern "C" fn bve_delete_parsed_static_object(
    object: Parsed_Static_Object
)

C Destructor for Parsed_Static_Object.

Safety

  • Object provided must be able to be reassembled into a rust datastructure before being deleted. This means the invariants of all of rust's equivalent datastructure must be upheld.