Macro ok! to replace unwrap


Seen in the tests of the sqlite crate.


macro_rules! ok(($result:expr) => ($result.unwrap()));