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