Type Definition libuv_sys::uv_realloc_func [] [src]

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