Type Definition rustsynth_sys::VSLogHandler

source ·
pub type VSLogHandler = Option<unsafe extern "C" fn(msgType: c_int, msg: *const c_char, userData: *mut c_void)>;