pub unsafe extern "C-unwind" fn ByondValue_IncRef(
src: *const CByondValue,
)
Expand description
Mark a reference as in use by Byondapi This should be done for any temporary references returned from other calls, if they need to be saved awhile. Blocks if not on the main thread.
ยงArguments
src
- The object to incref