pub unsafe extern "C" fn enif_is_process_alive(
    env: *mut ErlNifEnv,
    pid: *const ErlNifPid
) -> c_int
Expand description

See enif_is_process_alive in the Erlang docs.