macro_rules! result_from_gboolean {
    ($ffi_bool:expr, $($msg:tt)*) => { ... };
}