Improve generated extern "C"
function signatures
#639
Labels
A-framework
Affects the framework crates and the translator for them
enhancement
New feature or request
Milestone
bool
to/fromBool
.*mut T
in return types toOption<Retained<T>>
(using eitherRetained::retain_autoreleased
orRetained::from_raw
depending on the memory management rules of the function).See also #638 (comment).
The text was updated successfully, but these errors were encountered: