snd_dlclose method

int snd_dlclose(
  1. Pointer<Void> handle
)

Implementation

int snd_dlclose(
  ffi.Pointer<ffi.Void> handle,
) {
  return _snd_dlclose(
    handle,
  );
}