Expand description
Legacy types using extern "C" ABI instead of extern "C-unwind".
These are kept for compatibility testing. The main codebase uses
extern "C-unwind" everywhere to properly propagate Rust panics.
Structsยง
- R_
Call Method Def_ C - Legacy
.Callregistration descriptor usingextern "C"ABI.
Functionsยง
- R_
External ๐ โPtrAddr Fn_ C - Extract function pointer from external pointer.
- R_
Make ๐ โExternal PtrFn_ C - Create function external pointer (
R_MakeExternalPtrFn). - R_
RegisterC ๐ โFinalizer Ex_ C - Register a C finalizer callback with
onexitbehavior. - R_
RegisterC ๐ โFinalizer_ C - Register a C finalizer callback.
- R_
register ๐ โRoutines_ C - Register native routines using legacy ABI types.
Type Aliasesยง
- DL_
FUNC_ C - Legacy generic function pointer type.
- R_
CFinalizer_ t_ C - Legacy C finalizer callback type.