Type Definition julia_sys::uv_realloc_func [] [src]

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