So what is the correct replacement for
```rust
otg_fs::UsbBus::new(
                otg_fs::Usb::new(peripheral, usb_dp, usb_dm),
                unsafe { &mut *addr_of_mut!(EP_MEMORY) },
            )
```
?