snd_seq_query_subscribe_free method
Implementation
void snd_seq_query_subscribe_free(
ffi.Pointer<snd_seq_query_subscribe_t> ptr,
) {
return _snd_seq_query_subscribe_free(
ptr,
);
}
void snd_seq_query_subscribe_free(
ffi.Pointer<snd_seq_query_subscribe_t> ptr,
) {
return _snd_seq_query_subscribe_free(
ptr,
);
}