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