#[unsafe(no_mangle)]pub unsafe extern "C" fn Cargo_lock(
interp_ptr: *mut c_void,
_extra_str: *const c_void,
) -> i32Expand description
Dynamic-loader entry point used by native (non-wasm) builds.
For embedded/static (e.g., WASM), call register_all(...) directly.