[][src]Type Definition jl_sys::uv_malloc_func

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