snd_seq_port_info_malloc method
Implementation
int snd_seq_port_info_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_port_info_t>> ptr,
) {
return _snd_seq_port_info_malloc(
ptr,
);
}
int snd_seq_port_info_malloc(
ffi.Pointer<ffi.Pointer<snd_seq_port_info_t>> ptr,
) {
return _snd_seq_port_info_malloc(
ptr,
);
}