-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Add Void typedef #4724
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
My unsafe code uses
*c_voidquite a bit. Sometimes it's the only bit ofcore::libcI use and I would rather it obey Rust naming conventions. It would be nice to have aVoidtypedef that is an alias forc_void.