pub trait IntListOption { // Required methods fn as_ptr(&self) -> *const i64; fn len_i32(&self) -> i32; }