pub unsafe extern "C" fn enif_make_copy(
    dst_env: *mut ErlNifEnv,
    src_term: ERL_NIF_TERM
) -> ERL_NIF_TERM
Expand description

See enif_make_copy in the Erlang docs.