Macro bind_globals

Source
macro_rules! bind_globals {
    (
        $backend:ident,
        $objman:ident,
        $registry:ident,
        $globals:ident,
        $(($interface:ident, $object:path)),*$(,)?
    ) => { ... };
}