[][src]Type Definition jl_sys::uv_realloc_func

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