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