ffi-result
FFI-compatibe and ABI-stable analogue for core::result::Result<T, E>.
Example
This result is used the same way as the regular Result<T, E>. It can be freely converted to and from a regular Result<T, E>.
It is meant to use in ffi functions.
pub unsafe extern "C"