pub type t_libpd_doublehook = Option<unsafe extern "C" fn(recv: *const c_char, x: f64)>;
double receive hook signature, recv is the source receiver name note: only full-precision when compiled with PD_FLOATSIZE=64