logo
1
2
3
4
5
use std::{ffi::c_void, mem, ptr};

#[repr(C)]
#[derive(Debug)]
pub struct Handle(c_void);