pub type ApiVararg = unsafe extern "C" fn(_: *mut *mut c_void, _: c_int) -> *mut c_void;
Function pointer type for exposing custom API functions to ReaScript.