Type Definition uv_realloc_func
napi_sys
type uv_realloc_func = Option<unsafe extern "C" fn(ptr: *mut c_void, size: size_t) -> *mut c_void>;