flipperzero icon indicating copy to clipboard operation
flipperzero copied to clipboard

Improve bindings to not require `*mut T` pointers when the type is not going to be mutated/when `*const T` will do

Open loftyinclination opened this issue 3 months ago • 2 comments

Not sure that this is actually possible without changing the upstream C code -- I don't think that Bindgen has support for this, or for overriding values. But using the raw ffi bindings is annoying because all pointers are implicitly *mut

loftyinclination avatar Nov 06 '25 18:11 loftyinclination