pub type ProcessProcF64 = extern "C" fn(effect: *mut AEffect, inputs: *const *const f64, outputs: *mut *mut f64, sample_frames: i32);
Process function used to process 64 bit floating point samples. Called by host.