You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevicePathBuilder::finalize() returns a &DevicePath. If one wants to install this to a handle using install_protocol_interface, one has to cast that to a *mut c_void. It feels unhandy to change the mutability here.
Also, I'm not sure if install_protocol_interface could just consume a *const`. In the spec, I don't find something that says that this needs to be mutable: