The kstat_open() function initializes a kstat control structure, which provides access to the kernel statistics library. It returns a pointer to this structure, which must be supplied as the kc argument in subsequent libkstat function
calls.
The kstat_close() function frees all resources that were associated with kc. This is done automatically on exit(2)
and execve() (see exec(2)).