On Wed, May 7, 2025 at 1:23 PM Benno Lossin <los...@kernel.org> wrote: > > > +unsafe extern "C" fn set_param<T>( > > + val: *const kernel::ffi::c_char, > > + param: *const crate::bindings::kernel_param, > > +) -> core::ffi::c_int
New instance of `core::ffi::` (and both these `c_*` should be unqualified). Cheers, Miguel