Macro borrow_mut

Source
macro_rules! borrow_mut {
    (
        $ref_cell:expr
    ) => { ... };
}