blob: a2d13d11849e790a2addf31f5b62a00ebaebb967 [file] [log] [blame]
pub struct Handler;
impl Handler {
pub unsafe fn new() -> Handler {
Handler
}
}
#[cfg_attr(test, allow(dead_code))]
pub unsafe fn init() {}
pub unsafe fn cleanup() {}