pub type t_libpd_midibytehook = Option<unsafe extern "C" fn(port: c_int, byte: c_int)>;
raw MIDI byte receive hook signature port is 0-indexed and byte is 0-256 note: out of range values from pd are clamped