Cargo_lock

Function Cargo_lock 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn Cargo_lock( interp_ptr: *mut c_void, _extra_str: *const c_void, ) -> i32
Expand description

Dynamic-loader entry point used by native “host” builds. For embedded/static (e.g., WASM), call register_all(...) directly.