snd_seq_remove_events_malloc method
Implementation
int snd_seq_remove_events_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_remove_events_t>> ptr,
) {
return _snd_seq_remove_events_malloc(
ptr,
);
}
int snd_seq_remove_events_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_remove_events_t>> ptr,
) {
return _snd_seq_remove_events_malloc(
ptr,
);
}