blob: b339e433e77dec9c55eceea5ff9348baec3457d2 [file] [log] [blame]
pub struct Handler;
impl Handler {
pub unsafe fn new() -> Handler {
Handler
}
}
#[inline]
pub unsafe fn init() {
}
#[inline]
pub unsafe fn cleanup() {
}