pit_rust_externref/
lib.rs

1pub fn setup<'a, 'b>(
2    x: &'a mut externref::processor::Processor<'b>,
3) -> &'a mut externref::processor::Processor<'b> {
4    x.set_drop_fn("pit", "drop")
5}