I just discovered this crate today while researching ioctls and am a beginner when it comes to these kind of 'kernel' calls.
From the docs that I found SIOCOUTQ should output an integer (32-bit) but this crates generated function wants a *mut u8
Please enlighten me or excuse me if I am not understanding this correctly!
I just discovered this crate today while researching ioctls and am a beginner when it comes to these kind of 'kernel' calls.
From the docs that I found SIOCOUTQ should output an integer (32-bit) but this crates generated function wants a
*mut u8Please enlighten me or excuse me if I am not understanding this correctly!