[][src]Function csound_sys::csoundAppendOpcode

pub unsafe extern "C" fn csoundAppendOpcode(
    arg1: *mut CSOUND,
    opname: *const c_char,
    dsblksiz: c_int,
    flags: c_int,
    thread: c_int,
    outypes: *const c_char,
    intypes: *const c_char,
    iopadr: Option<unsafe extern "C" fn(arg1: *mut CSOUND, arg2: *mut c_void) -> c_int>,
    kopadr: Option<unsafe extern "C" fn(arg1: *mut CSOUND, arg2: *mut c_void) -> c_int>,
    aopadr: Option<unsafe extern "C" fn(arg1: *mut CSOUND, arg2: *mut c_void) -> c_int>
) -> c_int