napi_destroy_ark_runtime

Function napi_destroy_ark_runtime 

Source
pub unsafe extern "C" fn napi_destroy_ark_runtime(
    env: *mut napi_env,
) -> napi_status
Available on crate features napi and api-12 only.
Expand description

Destroy the ark runtime.

§Arguments

  • env - Indicates the ark runtime environment.

§Returns

  • Return the function execution status.

Available since API-level: 12