[][src]Type Definition jl_sys::uv_calloc_func

type uv_calloc_func = Option<unsafe extern "C" fn(count: usize, size: usize) -> *mut c_void>;