Type Definition reaper_low::raw::ApiVararg

source · []
pub type ApiVararg = unsafe extern "C" fn(_: *mut *mut c_void, _: c_int) -> *mut c_void;
Expand description

Function pointer type for exposing custom API functions to ReaScript.