macro_rules! callback_scope {
(unsafe $scope: ident, $param: expr $(,)?) => { ... };
(unsafe let $scope: ident, $param: expr $(,)?) => { ... };
}macro_rules! callback_scope {
(unsafe $scope: ident, $param: expr $(,)?) => { ... };
(unsafe let $scope: ident, $param: expr $(,)?) => { ... };
}