[][src]Type Definition napi_sys::uv_calloc_func

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