// crates use libc::c_void; pub struct WakuNodeContext { pub obj_ptr: *mut c_void, }