erlang_nif-sys
erlang_nif-sys copied to clipboard
wrap optional pointer parameters with Option
Optional pointer parameters should be wrapped with Option
. This is an API breaking change, so disposition is to wait until there are additional reasons to break the API before making this change.
Known instances:
-
tried
parameter inenif_open_resource_type()
.