Related to #2758 but for certain helper functions that are separately created by bindgen, for example with functions like this for dynamic loading.
Seems to be even if we add # Safety documentations to all of the individual functions from bindgen, we still run up against the issue where the fn new and fn from_library functions are unsafe but have no way to add # Safety documentations since it is entirely just generated by bindgen itself.
Related to #2758 but for certain helper functions that are separately created by bindgen, for example with functions like this for dynamic loading.
Seems to be even if we add
# Safetydocumentations to all of the individual functions from bindgen, we still run up against the issue where thefn newandfn from_libraryfunctions are unsafe but have no way to add# Safetydocumentations since it is entirely just generated by bindgen itself.