snd_seq_query_subscribe_malloc method
Implementation
int snd_seq_query_subscribe_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_query_subscribe_t>> ptr,
) {
return _snd_seq_query_subscribe_malloc(
ptr,
);
}
int snd_seq_query_subscribe_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_query_subscribe_t>> ptr,
) {
return _snd_seq_query_subscribe_malloc(
ptr,
);
}