Type Definition libuv_sys::uv_calloc_func [] [src]

type uv_calloc_func = extern "C" fn(_: size_t, _: size_t) -> *mut c_void;