Type Definition libuv_sys::uv_malloc_func [] [src]

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