Type Definition libuv_sys2::uv_malloc_func[][src]

type uv_malloc_func = Option<unsafe extern "C" fn(size: size_t) -> *mut c_void>;