[][src]Function csound_sys::csoundSetDrawGraphCallback

pub unsafe extern "C" fn csoundSetDrawGraphCallback(
    arg1: *mut CSOUND,
    drawGraphCallback_: Option<unsafe extern "C" fn(arg1: *mut CSOUND, windat: *mut WINDAT)>
)