public static extern int pa_simple_flush(pa_simple *s, int *error);
 public static extern nuint pa_simple_get_latency(pa_simple *s, int *error);
 public static extern int pa_simple_read(pa_simple *s, void *data, [NativeTypeName("size_t")] nuint bytes, int *error);
 public static extern int pa_simple_drain(pa_simple *s, int *error);
 public static extern int pa_simple_write(pa_simple *s, [NativeTypeName("const void *")] void *data, [NativeTypeName("size_t")] nuint bytes, int *error);
 public static extern void pa_simple_free(pa_simple *s);